1
1
openmpi/orte/mca
2014-01-31 05:30:51 +00:00
..
dfs Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
errmgr Fix suicide operation when MPI app loses connection to its local daemon. In that scenario, we correctly callback up to the MPI layer notifying it of the lost connection. However, when the MPI layer calls back down to tell the RTE to abort, it is passing back a flag indicating we should report that error to our local daemon - which is dead. This leads to an infinite loop. Break it by using checking the flag indicating an abnormal term was ordered by the RTE and thus don't attempt to send the message. 2014-01-29 16:56:54 +00:00
ess Fix suicide operation when MPI app loses connection to its local daemon. In that scenario, we correctly callback up to the MPI layer notifying it of the lost connection. However, when the MPI layer calls back down to tell the RTE to abort, it is passing back a flag indicating we should report that error to our local daemon - which is dead. This leads to an infinite loop. Break it by using checking the flag indicating an abnormal term was ordered by the RTE and thus don't attempt to send the message. 2014-01-29 16:56:54 +00:00
filem Protect array against crossing boundaries 2014-01-17 21:36:20 +00:00
grpcomm PMI2: add missing file from prev commit 2014-01-16 13:17:08 +00:00
iof Cleanup some potential memory overruns 2014-01-19 16:31:26 +00:00
odls Okay, since a certain other RM out there made a fuss about being able to lock their daemons to specified cores, offer the same option here. The MCA param orte_daemon_cores can be used to specify which core(s) you want the orte daemons to use. This will have no bearing on the application procs - unbound will remain unbound, and binding directives will be applied to the apps. 2014-01-30 23:50:14 +00:00
oob Fix lost message problem - if multiple messages are queued before the connection is formed, we lost all but the first one. Ensure that all messages get properly queued prior to completing the connection 2014-01-31 05:30:51 +00:00
plm Only report launch progress when specifically requested to do so. Thanks to Tetsuya Mishima for spotting it. 2014-01-27 15:17:42 +00:00
ras Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
rmaps Fix --without-hwloc operations - must default to map-by slot in that scenario 2014-01-29 16:54:05 +00:00
rml Track the origin of a message so it can be passed across transports 2014-01-26 21:09:26 +00:00
routed Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
sensor Orcm sends heartbeats to its daemons, but ORTE needs to continue sending it to the HNP 2014-01-31 01:56:01 +00:00
snapc removed trailing whitespaces in snapc 2014-01-29 21:27:13 +00:00
sstore SNAPC/CRCP/SSTORE: remove compiler warnings 2014-01-29 20:52:00 +00:00
state Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00