1
1
openmpi/orte/mca
Ralph Castain 859aaab93d In the case of direct-launched processes running under slurm, psm requires that the pre_condition_transports MCA param be set. This is normally computed by mpirun and inserted into each proc's environ, but that doesn't work here.
So separate out the printing of that key, and let the individual procs generate it in a way that ensures they all get the same result.

This commit was SVN r24646.
2011-04-28 13:54:33 +00:00
..
db Update the rmcast callback function API to return message sequence number. Update orte_mcast test to stress the system. 2010-11-07 23:29:52 +00:00
debugger Add the appropriate hooks to tell Totalview to display the user's main program upon startup. Apparently, this hook got lost somewhere after the 1.2 series :-( 2011-03-21 17:40:58 +00:00
errmgr Remove a couple more stale fields 2011-04-28 00:26:38 +00:00
ess In the case of direct-launched processes running under slurm, psm requires that the pre_condition_transports MCA param be set. This is normally computed by mpirun and inserted into each proc's environ, but that doesn't work here. 2011-04-28 13:54:33 +00:00
filem Remove unused include files 2011-02-16 00:32:47 +00:00
grpcomm Complete implementation of the multicast-based grpcomm module 2011-03-20 01:18:06 +00:00
iof CM daemons handle their own output 2011-02-16 23:02:23 +00:00
notifier Continue clean up of thread options started in r22841, 22842, and 22849. 2011-03-18 21:36:35 +00:00
odls Extend/update how we handle process stats. Add the ability to collect node-level stats separate from the process stats. Update the process stat memory fields to report in MBytes instead of KBytes as I can't find any process that runs in KBytes nowadays. 2011-04-21 22:55:45 +00:00
oob Destruct the OOB TCP internal objects. 2011-03-10 00:40:54 +00:00
plm Expand our handling of non-zero exit status. If a process exits with non-zero status, pass that info along to the user in case it means something to them, even if the process also exited without calling MPI_Finalize. If the process calls MPI_Abort, that trumps the exit status question. 2011-04-14 15:04:21 +00:00
ras Close the file descriptor 2011-03-29 08:42:49 +00:00
rmaps Enable VM launch. 2011-03-12 22:50:53 +00:00
rmcast Ensure we only kill threads once 2011-04-18 14:47:09 +00:00
rml Correct a comment. 2011-03-10 00:41:41 +00:00
routed Fix ompi-server: remove extra command flag in buffer being sent to mpirun, ensure that tools route messages thru a remote HNP 2011-03-05 17:12:46 +00:00
sensor Extend/update how we handle process stats. Add the ability to collect node-level stats separate from the process stats. Update the process stat memory fields to report in MBytes instead of KBytes as I can't find any process that runs in KBytes nowadays. 2011-04-21 22:55:45 +00:00
snapc More fixes for the C/R support. Fixes a couple bugs with the migration and autor features. The C/R functionality should be fully working now. 2011-01-26 14:56:35 +00:00
sstore Fix a C/R checkpoint->restart->checkpoint->restart case. 2011-01-28 21:25:14 +00:00