1
1
openmpi/orte/mca/rmaps
Ralph Castain 8b6d117541 Per the OMPI devel conference that changed our default behaviors:
* default to bind-to core 
* map-by slot if np=2
* map-by socket (balance across sockets on each node) if np > 2
* map-by <obj> will imply rank-by <obj> by default (leave default binding as above) 

Fix a bug in the map-by <obj> mapper where we incorrectly compute the #procs to assign if the #slots > #procs

cmr=v1.7.4:reviewer=jsquyres:subject=Update default binding and mapping values

This commit was SVN r29919.
2013-12-15 17:25:54 +00:00
..
base Per the OMPI devel conference that changed our default behaviors: 2013-12-15 17:25:54 +00:00
lama Move the MCA / MPI_T level of the LAMA component down to 5 (from 9). 2013-09-20 15:23:27 +00:00
mindist Cleanup mindist error messages - already patched in 1.7 2013-12-12 15:30:29 +00:00
ppr Do some cleanup of the --without-hwloc build - no need to work on coprocessors since we can't detect them anyway, cleanup some unused variables in the ppr mapper 2013-10-23 01:45:21 +00:00
rank_file Fix some annoying flex warnings that have been there for years. 2013-12-14 00:36:12 +00:00
resilient don't need the return value, but should check for error 2013-05-16 15:15:02 +00:00
round_robin Per the OMPI devel conference that changed our default behaviors: 2013-12-15 17:25:54 +00:00
seq Update ORTE frameworks to use the MCA framework system. 2013-03-27 21:14:43 +00:00
staged Mapping policies must be tested as equalities as they are values, not bitmasks 2013-05-15 13:45:00 +00:00
Makefile.am Fix mistake that came in via the ompi-agen tree in r23764. The mistake wasn't part of the core autogen upgrade; it was an additional 'bonus' cleanup. Oops. The mistake will always create a set of directories under installdir, even if you do not --with-devel-headers. The set of directories will be empty, but still -- they should not be there at all. This commit fixes that -- the directories are not created at all if you do not --with-devel-headers 2010-09-24 22:53:28 +00:00
rmaps_types.h This commit introduces a new "mindist" ORTE RMAPS mapper, as well as 2013-05-22 13:04:40 +00:00
rmaps.h Sorry for mid-day commit, but I had promised on the call to do this upon my return. 2012-04-06 14:23:13 +00:00