thanks,
Would like to tell me how to use
(gdb --batch -ex 'bt full' -ex 'info reg' -pid ZOMBIE_PID)
in MPI ?
I need to use #PBS parallel job script to submit a job on MPI cluster.
Where should I put the (gdb --batch -ex 'bt full' -ex 'info reg' -pid ZOMBIE_PID) in the script ?
How to get the ZOMBIE_PID ?
thanks
Any help is appreciated.
Jack
Oct. 25 2010
Date: Mon, 25 Oct 2010 19:01:38 +0200From: jed@59a2.orgTo: users@open-mpi.orgSubject: Re: [OMPI users] Open MPI program cannot completeThis really doesn't prove that there are no outstanding asynchronous requests, but perhaps you know that there are not, despite not being able to post a complete test case here. I suggest attaching a debugger and getting a stack trace from the zombies (gdb --batch -ex 'bt full' -ex 'info reg' -pid ZOMBIE_PID).
Jed
_______________________________________________
users mailing list
users@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users