1
1
openmpi/orte/mca/plm
2011-11-11 23:42:36 +00:00
..
alps don't use alps paffinity 2011-10-21 22:52:03 +00:00
base Handle the case where mpirun -is- of the same topology as the compute nodes. 2011-11-01 22:26:03 +00:00
ccp If we are abnormally terminating, then don't wait for orteds to report back. Send them a "halt_vm" command, which instructs them to kill their local procs and immediately terminate, doing their best to cleanup on the way out. 2011-08-09 17:42:19 +00:00
lsf If we are abnormally terminating, then don't wait for orteds to report back. Send them a "halt_vm" command, which instructs them to kill their local procs and immediately terminate, doing their best to cleanup on the way out. 2011-08-09 17:42:19 +00:00
poe Improve LoadLeveler integration with Open MPI. Add support for LL native rsh agent - llspawn 2011-03-29 07:46:59 +00:00
process Complete the MinGW build support on Windows. 2011-08-15 09:47:23 +00:00
rsh Turn off tree spawn as it doesn't currently work - will fix shortly. Add topology collection 2011-11-11 23:42:36 +00:00
rshbase As in the rsh module, report failed daemons to the errmgr for proper cleanup 2011-11-02 18:30:22 +00:00
slurm If we are abnormally terminating, then don't wait for orteds to report back. Send them a "halt_vm" command, which instructs them to kill their local procs and immediately terminate, doing their best to cleanup on the way out. 2011-08-09 17:42:19 +00:00
submit If we are abnormally terminating, then don't wait for orteds to report back. Send them a "halt_vm" command, which instructs them to kill their local procs and immediately terminate, doing their best to cleanup on the way out. 2011-08-09 17:42:19 +00:00
tm If we are abnormally terminating, then don't wait for orteds to report back. Send them a "halt_vm" command, which instructs them to kill their local procs and immediately terminate, doing their best to cleanup on the way out. 2011-08-09 17:42:19 +00:00
xgrid Per the RFC from Jeff, move hwloc from opal/mca/common to its own static framework ala libevent. Have ORTE daemons collect the topology info at startup and, if --enable-hwloc-xml is set, send that info back to the HNP for later use. The HNP only retains unique topology "templates" to reduce memory footprint. Have the daemon include the local topology info in the nidmap buffer sent to each app so the apps don't all hammer the local system to discover it for themselves. 2011-09-11 19:02:24 +00:00
Makefile.am Fix mistake that came in via the ompi-agen tree in r23764. The mistake wasn't part of the core autogen upgrade; it was an additional 'bonus' cleanup. Oops. The mistake will always create a set of directories under installdir, even if you do not --with-devel-headers. The set of directories will be empty, but still -- they should not be there at all. This commit fixes that -- the directories are not created at all if you do not --with-devel-headers 2010-09-24 22:53:28 +00:00
plm_types.h Add a new proc state 2011-05-19 21:25:58 +00:00
plm.h Restore the original API to terminate individual processes instead of the entire job. This was originally removed as we didn't at that time know how to take advantage of it. Some of us are now working on proactive resilience methods that move procs prior to node failure, so this is now a required API. Modify the odls, plm, and orted functions to support this new functionality. 2009-07-13 02:29:17 +00:00