1
1
openmpi/ompi/runtime
Josh Hursey de5e0d4f2c (Re-)Added two MCA Parameters that must have been lost in the merge way back when:
* mpi_show_mca_params
   If set to true, this turns on the dumping of all MCA parameters when MPI_INIT is called. 
   Only the 'rank 0' processes will print the parameters.

* mpi_show_mca_params_file
   (This value is only used if the first argument is set to true) If this value is non-NULL 
   it specifies the file to put the dump into. This file can then be used as input to mpirun 
   for debugging purposes. If this value is not set (and mpi_show_mca_params is set) then 
   the parameters are dumped to stdout.

This commit was SVN r6401.
2005-07-08 21:01:37 +00:00
..
help-mpi-runtime.txt While we're moving directories around, move ompi/mpi/runtime -> 2005-07-03 12:07:29 +00:00
Makefile.am While we're moving directories around, move ompi/mpi/runtime -> 2005-07-03 12:07:29 +00:00
mpiruntime.h * rename locking code from ompi to opal 2005-07-03 22:45:48 +00:00
ompi_mpi_abort.c * rename ompi_show_help to opal_show_help 2005-07-04 02:38:44 +00:00
ompi_mpi_finalize.c * rename ompi_event to opal_event 2005-07-03 23:09:55 +00:00
ompi_mpi_init.c (Re-)Added two MCA Parameters that must have been lost in the merge way back when: 2005-07-08 21:01:37 +00:00
ompi_mpi_io.c While we're moving directories around, move ompi/mpi/runtime -> 2005-07-03 12:07:29 +00:00
ompi_mpi_params.c (Re-)Added two MCA Parameters that must have been lost in the merge way back when: 2005-07-08 21:01:37 +00:00
params.h While we're moving directories around, move ompi/mpi/runtime -> 2005-07-03 12:07:29 +00:00