@@ -289,15 +289,13 @@ be used with ``configure``:
289
289
you do not have support for Libfabric and will
290
290
automatically skip the ``ofi `` CM component.
291
291
292
- * ``--disable -show-load-errors-by-default ``:
292
+ * ``--with -show-load-errors=VALUE ``:
293
293
Set the default value of the ``mca_base_component_show_load_errors ``
294
- MCA variable: the ``--enable `` form of this option sets the MCA
295
- variable to true, the ``--disable `` form sets the MCA variable to
296
- false. The MCA ``mca_base_component_show_load_errors `` variable can
297
- still be overridden at run time via the usual MCA-variable-setting
294
+ MCA variable. The MCA ``mca_base_component_show_load_errors `` variable
295
+ can still be overridden at run time via the usual MCA-variable-setting
298
296
mechanisms; this configure option simply sets the default value.
299
297
300
- The ``--disable `` form of this option is intended for Open MPI
298
+ The ``no ``/`` none `` value of this option is intended for Open MPI
301
299
packagers who tend to enable support for many different types of
302
300
networks and systems in their packages. For example, consider a
303
301
packager who includes support for both the FOO and BAR networks in
@@ -309,14 +307,19 @@ be used with ``configure``:
309
307
the FOO components failing to load because ``libFOO.so `` is not
310
308
available on their systems.
311
309
312
- Conversely, system administrators tend to build an Open MPI that is
310
+ Conversely, the ``yes ``/``all `` value of this option is intended for
311
+ system administrators who tend to build an Open MPI that is
313
312
targeted at their specific environment, and contains few (if any)
314
313
components that are not needed. In such cases, they might want
315
314
their users to be warned that the FOO network components failed to
316
315
load (e.g., if ``libFOO.so `` was mistakenly unavailable), because Open
317
316
MPI may otherwise silently failover to a slower network path for MPI
318
317
traffic.
319
318
319
+ .. note :: See the section on :ref:`common MCA parameters
320
+ <label-mca-common-parameters>` for details related to the
321
+ ``mca_base_component_show_load_errors `` MCA variable.
322
+
320
323
* ``--with-platform=FILE ``:
321
324
Load configure options for the build from ``FILE ``. Options on the
322
325
command line that are not in ``FILE `` are also used. Options on the
0 commit comments