mpiP icon indicating copy to clipboard operation
mpiP copied to clipboard

MPI profiling for hanging code

Open aruhela opened this issue 4 years ago • 0 comments

mpiP generates the profile if a program ends completely. Is it possible to generate the profile after some time as many codes either never completes (generate intermediate files) or have some programming issues. This would be helpful to debug the slow/hung applications to identify what communication operations were used and in what message range. A simple environment variable might be implemented to trigger the writing of the mpiP report at some specified time.

aruhela avatar Apr 08 '21 15:04 aruhela