1
1
openmpi/orte/mca/odls
Ralph Castain 4636125e2d Modify the RMGR components to allow job setup with a given jobid, and add another attribute so that we can setup triggers without launching.
Add some debugging output to the ODLS default module, and the orted.

Remove the nodename data from the ODLS info report - that info is already stored in the registry by the RMAPS framework upon completing the mapping procedure.

Add another test program that does an ORTE-only dynamic spawn (gasp!). Looks just like comm_spawn - just no MPI involved.

Modify the ODLS to release the processor when we "kill" local procs in a more scalable fashion. It previously had a sleep in it that Jeff's prior commit removed. However, he introduced some Windows code into the non-Windows component (protected by "if"s, but unnecessary). This is a more general solution he proposed - included here so I could get things to compile properly.

This commit was SVN r12579.
2006-11-13 18:51:18 +00:00
..
base Modify the RMGR components to allow job setup with a given jobid, and add another attribute so that we can setup triggers without launching. 2006-11-13 18:51:18 +00:00
bproc Clean up a few compiler warnings courtesy of Jeff 2006-11-03 20:45:22 +00:00
default Modify the RMGR components to allow job setup with a given jobid, and add another attribute so that we can setup triggers without launching. 2006-11-13 18:51:18 +00:00
process Cleaner rendition now extended to other environments. Remove MCA params for backend procs that can cause trouble. Specifically, any directives on the selection of components for RDS, RAS, RMAPS, PLS, and RMGR can be bad mojo on the backend. 2006-10-20 16:50:13 +00:00
Makefile.am Here is the major MAD-cure commit. I have written plenty about it, so I refer you here to those messages for a description of everything that was done. 2006-09-14 21:29:51 +00:00
odls_types.h Continue beating on comm_spawn. Setup to debug bproc. 2006-10-02 14:58:22 +00:00
odls.h Add a couple of options to orterun that support debugging of daemons for memory corruption. 2006-10-11 15:18:57 +00:00