Hi,  I need to run each of my processes created using MPI_Comm_spawn under strace, so that I can see all system calls that they make.

Is this possible?  I’ve made a few naïve attempts, like passing “strace <my_executable>” to MPI_Comm_spawn, but those attempts didn’t work.

 

Thanks,

Kurt