1
1
openmpi/ompi/tools
Jeff Squyres 4bf964eb3f Fix issue found by Josh England: ompi_info deliberately clears
environment variables corresopnding to framework MCA parameters so
that the opal MCA base loads '''all''' components (not just the ones
specified in the environment variables).  This has the side-effect of
not showing the user's value when displaying the framework MCA
parameters via --param output.  For example:

{{{
shell% setenv OMPI_MCA_btl foo
shell% ompi_info --param btl base
}}}

The above sequence would show a "<none>" value for the "btl" parameter
instead of "foo".

This commit restores the environment after we munge it to make the
loader load all components.  Hence, the above command sequence will
show "foo" for the "btl" parameter value, not "<none>".

This commit was SVN r14771.
2007-05-24 21:30:38 +00:00
..
ompi_info Fix issue found by Josh England: ompi_info deliberately clears 2007-05-24 21:30:38 +00:00
ortetools A few cleanups to the wrapper compiler build system / man pages: 2006-10-19 18:34:17 +00:00
wrappers Bring over Brian's installdirs fixes from this afternoon (r14445). 2007-04-21 00:16:31 +00:00
Makefile.am Closes ticket #173 : Split name linking up for orte/ompi shared tools. 2006-06-30 22:01:56 +00:00
win_makefile Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00