1
1
openmpi/ompi/runtime
Jeff Squyres fd61d78599 Add two MCA parameters to the MPI level to control behavior during
MPI_ABORT.  From the ompi_info output:

       MCA mpi: parameter "mpi_abort_delay" (current value: "0")
                If nonzero, print out an identifying message when
                MPI_ABORT is invoked (hostname, PID of the process
                that called MPI_ABORT) and delay for that many seconds
                before exiting (a negative delay value means to never
                abort).  This allows attaching of a debugger before
                quitting the job.
       MCA mpi: parameter "mpi_abort_print_stack" (current value: "0")
                If nonzero, print out a stack trace when MPI_ABORT is
                invoked

This commit was SVN r9487.
2006-03-31 00:31:15 +00:00
..
help-mpi-runtime.txt Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
Makefile.am Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
mpiruntime.h Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
ompi_mpi_abort.c Add two MCA parameters to the MPI level to control behavior during 2006-03-31 00:31:15 +00:00
ompi_mpi_finalize.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
ompi_mpi_init.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
ompi_mpi_io.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
ompi_mpi_params.c Add two MCA parameters to the MPI level to control behavior during 2006-03-31 00:31:15 +00:00
params.h Add two MCA parameters to the MPI level to control behavior during 2006-03-31 00:31:15 +00:00