Re: [OMPI devel] [devel-core] Dumping process status etc.

2007-05-22 Thread Josh Hursey
You can also use the orte-ps tool to give you a dump of the GPR. On the machine with 'mpirun' running on it: shell$ orte-ps --dump This will call orte_gpr.dump_all(0) and push the output to the terminal. It gives a quick and dirty access to this information at any point in time. -- Josh

[OMPI devel] Dumping process status etc.

2007-05-22 Thread Ralph H Castain
This came up in today's telecon and I promised to send this to George - however, it occurred to me that others may also want to know. If you want to dump info for debugging purposes, and if you can get into orterun/mpirun (e.g., via gdb), you can dump info on anything with the following (NOTE: