1
1
openmpi/orte/mca/rmaps
Mark Allen bf3980d70c fix hang in -np 3 --rank-by core
The following command hangs:
  % mpirun --rank-by core -np 3 --report-bindings hostname
because of a loop where i is supposed to cycle through an
array of size num_objs, but for some reason it's only
looking at node->num_procs entries.

I changed the counter so it stays in the loop (stays on this
node) until it makes a full cycle through the array of objects
without any assignments then it ends the loop so it can go to
the next node.

Signed-off-by: Mark Allen <markalle@us.ibm.com>
2019-04-12 15:34:02 -04:00
..
base fix hang in -np 3 --rank-by core 2019-04-12 15:34:02 -04:00
mindist Fixed copyrights of prev commit. 2018-08-27 09:50:11 +03:00
ppr Correct mapping errors 2018-02-07 11:29:21 -08:00
rank_file -cpu-set as a constraint rather than as a binding 2019-04-12 15:33:56 -04:00
resilient mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
round_robin orte-rmaps-base: update out-of-slots show_help message 2018-11-08 15:02:57 -05:00
seq orte-rmaps-base: update out-of-slots show_help message 2018-11-08 15:02:57 -05:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
rmaps_types.h Correct mapping errors 2018-02-07 11:29:21 -08:00
rmaps.h Add debug verbosity to the orte data server and pmix pub/lookup functions 2017-05-25 18:41:27 -07:00