1
1
openmpi/orte/mca
Ralph Castain 024572cb6c Sigh - I promised to remove these deprecation warnings back in June. My apologies to Dave Goodell and others who requested it.
cmr=v1.8.2:reviewer=dgoodell:subject=remove deprecation warnings for pernode, npernode, and npersocket

This commit was SVN r32552.
2014-08-19 19:40:20 +00:00
..
dfs The final step of the RFC: convert the <foo>libdir and friends to fit their respective code areas, and equate them all at the top. Note that we can't entirely separate things as the opal_install_dirs framework can't handle separated locations for the various trees. 2014-05-08 02:01:35 +00:00
errmgr Fix r32460 race condition resolution when procs call MPI_Abort. 2014-08-11 05:50:32 +00:00
ess Fix r32460 race condition resolution when procs call MPI_Abort. 2014-08-11 05:50:32 +00:00
filem This isn't as big a change as it appears - a change in one place caused a whole bunch of files to require updated #include's due to some arcane linkage. Rework the orte_wait code to reflect the introduction of the state machine. If we are in cleanup mode and just want to kill all our local children, then there is no reason to be polite about it as that introduces *very* long delays at scale. Just kill the procs and move on. 2014-06-17 17:57:51 +00:00
grpcomm Revert r32222, r32210, and r32203 as they created a problem when daemon collectives did not involve app procs on every node. Instead, modify the ompi/mca/rte/orte/rte_orte.h to add a new function that allows apps to request new daemon collective ids for use in barrier and modex operations. This will only appear in ORTE-based installations, but it is only being used by a couple of researchers at the moment. 2014-07-15 03:48:00 +00:00
iof Silence used-before-set var warning 2014-07-09 22:37:47 +00:00
odls check-help-strings cleanup 2014-08-11 03:21:08 +00:00
oob Some small leak cleanups 2014-07-30 15:46:02 +00:00
plm rsh: revert part of r32517: keep the quoting 2014-08-13 19:27:10 +00:00
ras Silence warning 2014-07-03 17:29:04 +00:00
rmaps Sigh - I promised to remove these deprecation warnings back in June. My apologies to Dave Goodell and others who requested it. 2014-08-19 19:40:20 +00:00
rml I have no idea how they did it, but someone managed to write a test that circled around and around and eventually reached this point with a NULL pointer. So protect against that possibility. 2014-08-05 16:20:46 +00:00
routed Now that we are using the radix routed module, teach it how to behave nicely with singletons 2014-07-24 22:46:17 +00:00
rtc check-help-strings cleanup 2014-08-11 03:26:21 +00:00
snapc use the orte attributes in the FT code to fix compile errors 2014-06-26 03:19:17 +00:00
sstore use the orte attributes in the FT code to fix compile errors 2014-06-26 03:19:17 +00:00
state Resolve the MTT timeout problem. This appears to have largely been caused by missing sigchld notifications, thus causing the daemons to believe that not all procs had exited. Let comm failure also serve as notification of process termination, and add appropriate flags/attributes to avoid multiple reporting of proc termination. 2014-06-21 17:09:02 +00:00