Skip to content

Commit d1d16e2

Browse files
authored
Apply suggestions from code review
Signed-off-by: bosilca <[email protected]>
1 parent 1e66d4c commit d1d16e2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/man-openmpi/man3/MPI_Finalize.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sends in the MPI world model must be matched by a receive, and all
3636
pending receives in the MPI world model must be matched by a send.
3737

3838
See `MPI-5.0:11.4.1 <https://www.mpi-forum.org/>`_ for a list of MPI
39-
functionality that is available available (e.g., even when the MPI
39+
functionality that is available (e.g., even when the MPI
4040
world model has not yet initialized or has already been finalized).
4141

4242
:ref:`MPI_Finalize` is collective over all connected processes. If no

docs/man-openmpi/man3/MPI_Finalized.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ been finalized. A different routine |mdash| :ref:`MPI_Initialized`
2626
initialized.
2727

2828
See `MPI-5.0:11.4.1 <https://www.mpi-forum.org/>`_ for a list of MPI
29-
functionality that is available available (e.g., even when the MPI
29+
functionality that is available (e.g., even when the MPI
3030
world model has not yet initialized or has already been finalized).
3131

3232
ERRORS

docs/man-openmpi/man3/MPI_Init.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ can be initialized and finalized multiple times in an MPI process.
3232
See :ref:`MPI_Session_init` and :ref:`MPI_Session_finalize`.
3333

3434
See `MPI-5.0:11.4.1 <https://www.mpi-forum.org/>`_ for a list of MPI
35-
functionality that is available available (e.g., even when the MPI
35+
functionality that is available (e.g., even when the MPI
3636
world model has not yet initialized or has already been finalized).
3737

3838
Open MPI's :ref:`MPI_Init` and :ref:`MPI_Init_thread` both accept the

docs/man-openmpi/man3/MPI_Init_thread.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ can be initialized and finalized multiple times in an MPI process.
3434
See :ref:`MPI_Session_init` and :ref:`MPI_Session_finalize`.
3535

3636
See `MPI-5.0:11.4.1 <https://www.mpi-forum.org/>`_ for a list of MPI
37-
functionality that is available available (e.g., even when the MPI
37+
functionality that is available (e.g., even when the MPI
3838
world model has not yet initialized or has already been finalized).
3939

4040
The MPI world model can be initialized at most once; subsequent calls

docs/man-openmpi/man3/MPI_Initialized.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ been initialized. A different routine |mdash| :ref:`MPI_Finalized`
2525
finalized.
2626

2727
See `MPI-5.0:11.4.1 <https://www.mpi-forum.org/>`_ for a list of MPI
28-
functionality that is available available (e.g., even when the MPI
28+
functionality that is available (e.g., even when the MPI
2929
world model has not yet initialized or has already been finalized).
3030

3131

0 commit comments

Comments
 (0)