1
1
openmpi/orte/mca/rmaps
Lenny Verkhovsky e03807a3d1 small patch to extend current rankfile syntax to be compliant with orte_hosts syntax
making it possible to claim relative hosts from the hostfile/scheduler
by using +n# hostname, where  0 <= # < np
ex:
cat ~/work/svn/hpc/dev/test/Rankfile/rankfile
rank 0=+n0 slot=0
rank 1=+n0 slot=1
rank 2=+n1 slot=2
rank 3=+n1 slot=1

This commit was SVN r21557.
2009-06-28 11:20:56 +00:00
..
base Enable restart of individual processes upon command via the errmgr callback function. It needs an external application to drive this capability, so normal operations shouldn't be affected. 2009-06-26 20:54:58 +00:00
rank_file small patch to extend current rankfile syntax to be compliant with orte_hosts syntax 2009-06-28 11:20:56 +00:00
resilient Enable restart of individual processes upon command via the errmgr callback function. It needs an external application to drive this capability, so normal operations shouldn't be affected. 2009-06-26 20:54:58 +00:00
round_robin Reorg the rmaps components to collect shared code for byslot and bynode mapping in the base so we quit duplicating it in every mapper 2009-06-12 17:52:17 +00:00
seq Reorg the rmaps components to collect shared code for byslot and bynode mapping in the base so we quit duplicating it in every mapper 2009-06-12 17:52:17 +00:00
topo Fully enable the use of static ports to minimize connections on mpirun. When static ports are provided, daemons will automatically use routes defined by the selected routed module to callback to mpirun during startup, thus elimating the dedicated daemon-to-mpirun connection. Therefore, the total number of connections on mpirun will equal the fanout of the routed module (instead of #nodes in job). 2009-05-16 04:15:55 +00:00
Makefile.am Fix a bunch of install locations for header files 2005-12-08 00:54:44 +00:00
rmaps_types.h Fold in the revised modex scheme. Move the ompi_proc_t modex portions to the RTE level since the daemons already have that info. Provide each process with the equivalent of a "nidmap" - both a map of what nodes are in the job, and a map of which node each process is on. This enables the use of static ports, though that hasn't been turned "on" in this commit. 2008-04-30 19:49:53 +00:00
rmaps.h Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00