1
1
openmpi/orte/tools
Ralph Castain 2a18ebd9e1 Fix the app_context problem.
NOTE: JEFF SHOULD CHECK THIS!

I found that orterun was not tracking the index number of the app_contexts it was creating. Hence, the app_context->idx field was always sitting at zero. This index is used by the mapper to decide which app_context to use for each process - thus, with the value of each index being zero, the mapper only used the first app_context that was created. All others were ignored.

Not sure when this might have gotten changed. Could be it was a problem that always existed, but didn't get exposed until something else was changed.

Anyway, it seems to work now - could stand further testing.

This commit was SVN r9389.
2006-03-23 16:53:11 +00:00
..
console Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
openmpi Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
orted change process group only in bproc case, as this is really 2006-02-16 16:19:37 +00:00
orteprobe Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
orterun Fix the app_context problem. 2006-03-23 16:53:11 +00:00
wrappers * Merge of wrapper compiler updates from the bwb-wrapper-fix branch (r8690 - 2006-01-16 01:48:03 +00:00
Makefile.am * Merge of wrapper compiler updates from the bwb-wrapper-fix branch (r8690 - 2006-01-16 01:48:03 +00:00