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``:
75
75
component
76
76
77
77
* ``--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 ``.
79
82
80
83
* ``--with-io-romio-flags=FLAGS ``:
81
84
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|:
68
68
See :ref: `the role of PMIx and PRRTE
69
69
<label-running-role-of-pmix-and-prte>` for more information.
70
70
71
+ .. _label-mca-frameworks :
72
+
71
73
Frameworks
72
74
^^^^^^^^^^
73
75
@@ -94,6 +96,8 @@ between different versions of Open MPI. You can use the
94
96
:ref: `ompi_info(1) <man1-ompi_info >` command to see the full list of
95
97
frameworks that are included in Open MPI |ompi_ver |.
96
98
99
+ .. _label-mca-components :
100
+
97
101
Components
98
102
^^^^^^^^^^
99
103
@@ -111,6 +115,8 @@ not all of them may be present or available on your system. You can
111
115
use the :ref: `ompi_info(1) <man1-ompi_info >` command to see what
112
116
components are included in Open MPI |ompi_ver | on your system.
113
117
118
+ .. _label-mca-modules :
119
+
114
120
Modules
115
121
^^^^^^^
116
122
Original file line number Diff line number Diff line change
1
+ .. _label-romio-reference :
2
+
1
3
ROMIO
2
4
=====
3
5
4
6
ROMIO is an implementation of the MPI I/O functions defined in version
5
7
two of the Message Passing Interface specification. It has been
6
8
ported 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