File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
installing-open-mpi/configure-cli-options Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,10 @@ MPI API behaviors that can be used with ``configure``:
7575 component
7676
7777* ``--disable-io-romio ``:
78- Disable the ROMIO MPI-IO component
78+ Disable the :ref: `ROMIO MPI-IO <label-romio-reference >` component
79+ from being compiled. This is a deprecated mechanism; it is effectively
80+ the same as adding ``io-romio341 `` to the list of items passed to
81+ ``--enable-mca-no-build ``.
7982
8083* ``--with-io-romio-flags=FLAGS ``:
8184 Pass ``FLAGS `` to the ROMIO distribution configuration script. This
Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ The following *projects* exist in Open MPI |ompi_ver|:
6868 See :ref: `the role of PMIx and PRRTE
6969 <label-running-role-of-pmix-and-prte>` for more information.
7070
71+ .. _label-mca-frameworks :
72+
7173Frameworks
7274^^^^^^^^^^
7375
@@ -94,6 +96,8 @@ between different versions of Open MPI. You can use the
9496:ref: `ompi_info(1) <man1-ompi_info >` command to see the full list of
9597frameworks that are included in Open MPI |ompi_ver |.
9698
99+ .. _label-mca-components :
100+
97101Components
98102^^^^^^^^^^
99103
@@ -111,6 +115,8 @@ not all of them may be present or available on your system. You can
111115use the :ref: `ompi_info(1) <man1-ompi_info >` command to see what
112116components are included in Open MPI |ompi_ver | on your system.
113117
118+ .. _label-mca-modules :
119+
114120Modules
115121^^^^^^^
116122
Original file line number Diff line number Diff line change 1+ .. _label-romio-reference :
2+
13ROMIO
24=====
35
46ROMIO is an implementation of the MPI I/O functions defined in version
57two of the Message Passing Interface specification. It has been
68ported over to Open MPI from `MPICH <https://mpich.org/ >`_.
9+
10+ It is utilized through the ``romio341 `` :ref: `component
11+ <label-mca-components>` as an implementation of
12+ the ``io `` :ref: `framework <label-mca-frameworks >`
You can’t perform that action at this time.
0 commit comments