1
1
openmpi/opal/mca/base
Jeff Squyres 5705192151 configure: add --en|disable-show-load-errors-by-default
Give packagers a configure CLI option to set the value of the MCA
variable mca_base_component_show_load_errors.

The --disable form of this option is intended for Open MPI packagers
who tend to enable support for many different types of networks and
systems in their packages.  For example, consider a packager who
includes support for both the FOO and BAR networks in their Open MPI
package, both of which require support libraries (libFOO.so and
libBAR.so).  If an end user only has BAR hardware, they likely only
have libBAR.so available on their systems -- not libFOO.so.  Disabling
load errors by default will prevent the user from seeing potentially
confusing warnings about the FOO components failing to load because
libFOO.so is not available on their systems.

Conversely, system administrators tend to build an Open MPI that is
targeted at their specific environment, and contains few (if any)
components that are not needed.  In such cases, they might want their
users to be warned that the FOO network components failed to load
(e.g., if libFOO.so was mistakenly unavailable), because Open MPI may
otherwise silently failover to a slower network path for MPI traffic.

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2017-10-11 11:02:21 -07:00
..
base.h opal_info: Add ability to report load failures 2017-04-12 16:06:21 -05:00
help-mca-base.txt mca help: fix typo found by user 2017-01-28 09:37:43 -07:00
help-mca-var.txt Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
mca_base_close.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
mca_base_cmd_line.c Additional mpirun --help changes 2017-04-19 11:43:45 -06:00
mca_base_component_compare.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
mca_base_component_find.c opal: standardize on max hostname length 2016-04-24 08:19:47 +02:00
mca_base_component_repository.c opal_info: Add ability to report load failures 2017-04-12 16:06:21 -05:00
mca_base_component_repository.h opal_info: Add ability to report load failures 2017-04-12 16:06:21 -05:00
mca_base_components_close.c mca/base: use standard verbosity levels 2015-08-17 11:48:06 -06:00
mca_base_components_open.c mca/base: use standard verbosity levels 2015-08-17 11:48:06 -06:00
mca_base_components_register.c mca/base: use standard verbosity levels 2015-08-17 11:48:06 -06:00
mca_base_components_select.c mca/base: add priority output to mca_base_select 2015-10-19 12:32:41 -06:00
mca_base_framework.c opal_info: Add ability to report load failures 2017-04-12 16:06:21 -05:00
mca_base_framework.h opal_info: Add ability to report load failures 2017-04-12 16:06:21 -05:00
mca_base_list.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
mca_base_open.c configure: add --en|disable-show-load-errors-by-default 2017-10-11 11:02:21 -07:00
mca_base_parse_paramfile.c Move the registration of MCA params out of the init of the var system - put them in with the rest of the OPAL MCA param registrations 2016-05-20 09:59:50 -07:00
mca_base_pvar.c mca/base: use the project name when registering pvars 2017-07-17 15:57:50 -05:00
mca_base_pvar.h Fix definition of MPI_T_pvar_get_index 2015-06-24 17:31:26 -06:00
mca_base_var_enum.c symbol name pollution: making some vars static 2017-07-11 02:13:22 -04:00
mca_base_var_enum.h mca/base: add new base enumerator (auto_bool) 2017-02-14 10:21:45 -07:00
mca_base_var_group.c mca/registry: fix problem group_component_register 2017-08-08 19:50:27 -06:00
mca_base_var_group.h mca/base: plug a memory leak 2017-01-06 13:46:36 +09:00
mca_base_var.c scripted symbol name change (ompi_ prefix) 2017-07-11 02:13:23 -04:00
mca_base_var.h scripted symbol name change (ompi_ prefix) 2017-07-11 02:13:23 -04:00
mca_base_vari.h scripted symbol name change (ompi_ prefix) 2017-07-11 02:13:23 -04:00