1
1
openmpi/orte/mca/plm
Shiqing Fan 3af7c9f7bb Complete the MinGW build support on Windows.
This commit was SVN r25048.
2011-08-15 09:47:23 +00:00
..
alps Per request from Pasha, revert r25004 - but modified a touch to reflect fact that opal_argv_append copies the provided string, so we don't need to print it and then free it. 2011-08-09 22:42:27 +00:00
base Make sure that the epoch is initialized everywhere so we don't get weird output 2011-08-08 15:11:55 +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 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
rshbase Extend regex support to a bigger audience 2011-08-12 21:02:48 +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 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
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