1
1
openmpi/orte/mca/odls/bproc
Ralph Castain 2bded34a1d Fix a problem observed by Brian where processes launched local to mpirun lost their environment except for MCA params.
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.
2007-07-13 15:47:57 +00:00
..
configure.m4 Here is the major MAD-cure commit. I have written plenty about it, so I refer you here to those messages for a description of everything that was done. 2006-09-14 21:29:51 +00:00
configure.params Remove unneeded PARAM_INIT_FILE variable in configure.params files used by 2007-01-08 03:44:22 +00:00
Makefile.am Just like r14289 on the ORTE trunk: 2007-04-12 11:19:42 +00:00
odls_bproc_component.c Allow bproc operations on the head node if it was allocated for our use 2007-06-28 14:53:17 +00:00
odls_bproc.c Fix a problem observed by Brian where processes launched local to mpirun lost their environment except for MCA params. 2007-07-13 15:47:57 +00:00
odls_bproc.h Fix a problem observed by Brian where processes launched local to mpirun lost their environment except for MCA params. 2007-07-13 15:47:57 +00:00