2bded34a1d
The problem stemmed from no longer launching a local orted on the same node as mpirun. The orted would save and reuse the base environment. Mpirun didn't do that, and the odls was using the orted's globally saved environment (which wasn't being set). This fix establishes a globally accessible base launch environment that both the orted and mpirun can utilize. Since we now use that, we don't need to pass it to the odls_launch_proc function, so remove that param from the API (and modify all components to handle the change). This commit was SVN r15405. |
||
---|---|---|
.. | ||
.ompi_ignore | ||
configure.m4 | ||
configure.params | ||
help-odls-process.txt | ||
Makefile.am | ||
odls_process_component.c | ||
odls_process_module.c | ||
odls_process.h |