1
1
openmpi/orte/mca/rmaps
2008-11-03 17:23:10 +00:00
..
base MOdify the node_rank and local_rank fields to be uint16_t so we can handle more than 256 procs/node. Change the type to a defined one so that any future change can be easily done, if required. 2008-09-25 13:39:08 +00:00
rank_file Remove a couple of mutex vars that were defined and used - but never initialized. No clear way to initialize them, and that area of the code should never see threads anyway. 2008-11-03 17:23:10 +00:00
round_robin Correct a bug in the bookmarking code that incorrectly looked at #slots instead of #slots_allocated, thus causing slot reductions in hostfiles to be ignored when selecting our starting node. 2008-09-29 14:09:02 +00:00
seq Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00
topo Fixes trac:1392, #1400 2008-07-28 22:40:57 +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