1
1
openmpi/orte/mca/rmaps/round_robin
Jeff Squyres f8fa8f4935 Fix a problem found by Tim Prins (patch also supplied by Tim P). From
his e-mail:

I ran into a small bug in rmaps_rr.c: map_app_by_slot which was
triggered by using multiple app contexts. Basically, if not all the
slots we allocated on a node were used by an app, we would
automatically move onto the next node. This caused a problem with
multiple app contexts when the first app takes a partial allocation of
a node, the second app would not be able to access these slots because
we had already move past the node, and the byslot routine does not
wrap back around the list.

This commit was SVN r6766.
2005-08-08 18:56:17 +00:00
..
configure.params Initial population of orte tree 2005-07-02 13:42:54 +00:00
Makefile.am Initial population of orte tree 2005-07-02 13:42:54 +00:00
rmaps_rr_component.c Major simplifications to component versioning: 2005-07-04 20:12:36 +00:00
rmaps_rr.c Fix a problem found by Tim Prins (patch also supplied by Tim P). From 2005-08-08 18:56:17 +00:00
rmaps_rr.h Initial population of orte tree 2005-07-02 13:42:54 +00:00