Re: [OMPI users] mpi_abort_delay

2012-02-04 Thread Jeff Squyres
On Feb 3, 2012, at 11:45 PM, Aurélien Bouteiller wrote: > The mpi_abort_delay parameters does deadlock the aborting process, as to ease > the manual attachment of gdb, only if the code does indeed call MPI_Abort. > > Is there any similar command line trick to keep alive a process that is > exi

[OMPI users] mpi_abort_delay

2012-02-03 Thread Aurélien Bouteiller
Dear all, The mpi_abort_delay parameters does deadlock the aborting process, as to ease the manual attachment of gdb, only if the code does indeed call MPI_Abort. Is there any similar command line trick to keep alive a process that is exiting with assert() (or better with segfault etc) ? --