1
1
openmpi/opal/mca/base
Nathan Hjelm 77a41e1ca9 ompi_info: mark the variables from disabled components as disabled in
the output of ompi_info.

A variable is disabled if its component will never be selected due to
a component selection parameter (eg. -mca btl self). The old behavior
of ompi_info was to not print these parameters at all. Now we print the
parameters. After some discussion with George it was decided that there
needed to be some way to see what parameters will not be used. This was
the comprimise.

This commit also fixes a bug and a typo in the pvar sytem. The enum_count
value in mca_base_pvar_dump was being used without being set. The full_name
in mca_base_pvar_t was not being used.

cmr=v1.7.3:ticket=trac:3734

This commit was SVN r29078.

The following Trac tickets were found above:
  Ticket 3734 --> https://svn.open-mpi.org/trac/ompi/ticket/3734
2013-08-28 16:03:23 +00:00
..
base.h ompi_info: mark the variables from disabled components as disabled in 2013-08-28 16:03:23 +00:00
help-mca-base.txt Fixes trac:1338: Have the MCA base specifically check for all requested 2008-06-23 16:14:05 +00:00
help-mca-param.txt Per this thread: 2011-11-04 14:16:49 +00:00
help-mca-var.txt MCA: Per-RFC, add support for performance variables 2013-07-16 16:02:13 +00:00
Makefile.am MCA: Per-RFC, add support for performance variables 2013-07-16 16:02:13 +00:00
mca_base_close.c Picky, picky, picky...the a-retentive amongst us wants the default value to show in ompi_info! Of all the nerve... 2009-12-08 17:32:22 +00:00
mca_base_cmd_line.c MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
mca_base_component_compare.c Merge the ORTE devel branch into the main trunk. Details of what this means will be circulated separately. 2008-02-28 01:57:57 +00:00
mca_base_component_find.c ompi_info: mark the variables from disabled components as disabled in 2013-08-28 16:03:23 +00:00
mca_base_component_repository.c MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
mca_base_component_repository.h - Replace combinations of 2009-08-20 11:42:18 +00:00
mca_base_components_close.c MCA/base: add a function to unload a component without closing it for components that have been registered but not opened 2013-08-09 20:16:08 +00:00
mca_base_components_open.c Introduce the MCA framework system. This formalizes the interface frameworks must provide. 2013-03-27 21:10:18 +00:00
mca_base_components_register.c MCA/base: add a function to unload a component without closing it for components that have been registered but not opened 2013-08-09 20:16:08 +00:00
mca_base_components_select.c Remove lingering references to opal_profile option 2011-05-18 18:27:29 +00:00
mca_base_framework.c MCA/base: add a function to unload a component without closing it for components that have been registered but not opened 2013-08-09 20:16:08 +00:00
mca_base_framework.h Introduce the MCA framework system. This formalizes the interface frameworks must provide. 2013-03-27 21:10:18 +00:00
mca_base_list.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
mca_base_open.c MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
mca_base_parse_paramfile.c MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
mca_base_pvar.c ompi_info: mark the variables from disabled components as disabled in 2013-08-28 16:03:23 +00:00
mca_base_pvar.h ompi_info: mark the variables from disabled components as disabled in 2013-08-28 16:03:23 +00:00
mca_base_var_enum.c MCA/base: variable system updates 2013-07-25 15:42:01 +00:00
mca_base_var_enum.h Correct the includes so that compiling with devel headers works 2013-03-30 16:25:24 +00:00
mca_base_var_group.c Cleanup unitialized var warnings 2013-08-16 21:49:17 +00:00
mca_base_var_group.h MCA: Per-RFC, add support for performance variables 2013-07-16 16:02:13 +00:00
mca_base_var.c Cleanup unitialized var warnings 2013-08-16 21:49:17 +00:00
mca_base_var.h After talking with Nathan, update some comments/documentation about 2013-07-22 20:34:42 +00:00
mca_base_vari.h MCA/base: variable system updates 2013-07-25 15:42:01 +00:00