f8fa8f4935
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. |
||
---|---|---|
.. | ||
base | ||
round_robin | ||
Makefile.am | ||
rmaps_types.h | ||
rmaps.h |