1
1
openmpi/ompi/tools/ompi_info
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
..
components.cc Fix issue found by Josh England: ompi_info deliberately clears 2007-05-24 21:30:38 +00:00
help-ompi_info.txt Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
Makefile.am - Bring over the visibility feature, for a finer symbol export control 2007-05-04 09:03:37 +00:00
ompi_info.cc Revert r14435 -- it breaks compiling on Linux with at least the PGI 2007-04-21 00:51:31 +00:00
ompi_info.h Revert r14435 -- it breaks compiling on Linux with at least the PGI 2007-04-21 00:51:31 +00:00
output.cc Revert r14435 -- it breaks compiling on Linux with at least the PGI 2007-04-21 00:51:31 +00:00
param.cc Revert r14435 -- it breaks compiling on Linux with at least the PGI 2007-04-21 00:51:31 +00:00
version.cc Revert r14435 -- it breaks compiling on Linux with at least the PGI 2007-04-21 00:51:31 +00:00