11 Oct
2013
11 Oct
'13
4:50 p.m.
Jeff Hammond <[email protected]> writes:
I apologize if this is a stupid question, but I would like MPICH to crash and burn rather than terminate gently when an error occurs so that I can gdb bt it to know where the error is in my program, since I am absolutely certain that this error is in the application and not MPICH.
Why not just set your breakpoint? (gdb) b MPID_Abort