Skip to content

Commit 404b954

Browse files
committed
doc: Add links to disable-io-romio option
Added links to other documents explaining ROMIO Signed-off-by: William Zhang <wilzhang@amazon.com>
1 parent 3889b48 commit 404b954

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

docs/installing-open-mpi/configure-cli-options/mpi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ 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 <romio-reference-label>` component
7979

8080
* ``--with-io-romio-flags=FLAGS``:
8181
Pass ``FLAGS`` to the ROMIO distribution configuration script. This

docs/mca.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
7173
Frameworks
7274
^^^^^^^^^^
7375

docs/tuning-apps/mpi-io/romio.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
.. _romio-reference-label:
2+
13
ROMIO
24
=====
35

46
ROMIO is an implementation of the MPI I/O functions defined in version
57
two of the Message Passing Interface specification. It has been
68
ported over to Open MPI from `MPICH <https://mpich.org/>`_.
9+
10+
It is utilized through the romio341 component as an implementation of
11+
the io :ref:`framework <label-mca-frameworks>`

0 commit comments

Comments
 (0)