1
1
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
..
2019-04-12 15:34:02 -04:00
2018-08-27 09:50:11 +03:00
2018-02-07 11:29:21 -08:00
2015-06-23 20:59:57 -07:00
2018-02-07 11:29:21 -08:00