1
1
openmpi/orte/mca/gpr/replica
Ralph Castain bd65f8ba88 Bring in an updated launch system for the orteds. This commit restores the ability to execute singletons and singleton comm_spawn, both in single node and multi-node environments.
Short description: major changes include -

1. singletons now fork/exec a local daemon to manage their operations.

2. the orte daemon code now resides in libopen-rte

3. daemons no longer use the orte triggering system during startup. Instead, they directly call back to their parent pls component to report ready to operate. A base function to count the callbacks has been provided.

I have modified all the pls components except xcpu and poe (don't understand either well enough to do it). Full functionality has been verified for rsh, SLURM, and TM systems. Compile has been verified for xgrid and gridengine.

This commit was SVN r15390.
2007-07-12 19:53:18 +00:00
..
api_layer Bring in an updated launch system for the orteds. This commit restores the ability to execute singletons and singleton comm_spawn, both in single node and multi-node environments. 2007-07-12 19:53:18 +00:00
communications Commit the orted-failed-to-start code. This correctly causes the system to detect the failure of an orted to start and allows the system to terminate all procs/orteds that *did* start. 2007-05-21 18:31:28 +00:00
functional_layer Bring in the generalized xcast communication system along with the correspondingly revised orted launch. I will send a message out to developers explaining the basic changes. In brief: 2007-06-12 13:28:54 +00:00
transition_layer The idea behind this patch is to decrease the number of strcmp used in the replica 2007-05-29 18:40:07 +00:00
configure.m4 * Clean up the ompi_mca macro's support for different configuration 2007-07-04 22:00:15 +00:00
configure.params * Clean up the ompi_mca macro's support for different configuration 2007-07-04 22:00:15 +00:00
gpr_replica_class_instances.h A faster search without the bitmap. Remove all references to the orte_bitmap. 2007-06-06 20:23:14 +00:00
gpr_replica_component.c Bring in an updated launch system for the orteds. This commit restores the ability to execute singletons and singleton comm_spawn, both in single node and multi-node environments. 2007-07-12 19:53:18 +00:00
gpr_replica.h A faster search without the bitmap. Remove all references to the orte_bitmap. 2007-06-06 20:23:14 +00:00
Makefile.am Just like r14289 on the ORTE trunk: 2007-04-12 11:19:42 +00:00