1
1
openmpi/orte/mca/rmgr/base
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
..
data_type_support Given the amount of pain singletons cause, one can't help but wonder if it REALLY was that much trouble for people to type "mpirun -n 1 foo"....sigh. 2006-10-23 15:15:45 +00:00
base.h 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
help-rmgr-base.txt Fix the bug that caused mpirun to hang when a remote executable wasn't found using the rsh launcher. Will now test on a remote node 2006-10-11 18:43:13 +00:00
Makefile.am This commit looks a lot bigger than it is, so relax :-) 2006-10-17 16:06:17 +00:00
rmgr_base_attribute_fns.c Complete the attribute management functions. 2006-10-18 20:02:16 +00:00
rmgr_base_check_context.c 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
rmgr_base_close.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
rmgr_base_con_discon.c Add two new API functions to the RMGR, and modify the "spawn" API to support the enhanced MPI-2 functionality. 2006-09-19 01:45:05 +00:00
rmgr_base_context.c 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
rmgr_base_open.c Complete the attribute management functions. 2006-10-18 20:02:16 +00:00
rmgr_base_receive.c 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
rmgr_base_select.c 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
rmgr_base_stage_gate.c Add missing functionaltiy to the ns replica to support remote get_job_peers requests. Add trace commands to help try and track down remaining problem with comm_spawn. 2006-10-02 19:44:35 +00:00
rmgr_base_stubs.c This commit looks a lot bigger than it is, so relax :-) 2006-10-17 16:06:17 +00:00
rmgr_base_vpid_support_fns.c 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
rmgr_private.h Add a missing ORTE_DECLSPEC. 2006-10-20 19:37:21 +00:00