How to strace all processes of mpi parallel job, started with mpiexec (mpich2, linux)?
-o will mess outputs from different processes
|
feedback
|
|
Create a wrapper around your program, which will be launched by
| |||||||
feedback
|
|
You may want to try STAT (Stack Trace Analysis Tool). Check out the STAT Homepage. It will give you a high level overview of your process behavior, and works especially well in the case of a hung process. | |||||||
feedback
|