Skip to content

Commit cbc4601

Browse files
zerothijsquyres
authored andcommitted
doc: fixed links to open-mpi man-page
Signed-off-by: Nick Papior <nickpapior@gmail.com>
1 parent 03d3e2e commit cbc4601

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

docs/man-openmpi/man3/ERRORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Predefined and custom error handlers can be set by calling:
5151
Note that MPI does not guarantee that an MPI program can continue past
5252
an error.
5353

54-
See the MPI man page for a full list of MPI error codes.
54+
See the :ref:`MPI man page <open-mpi>` for a full list of :ref:`MPI error codes <open-mpi-errors>`.
5555

5656
See the Error Handling section of the MPI-|mpi_standard_version| standard for
5757
more information.

docs/man-openmpi/man5/Open-MPI.5.rst

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ For a complete listing of MCA parameters and their descriptions, issue
5353
the command ``ompi_info --all``. See :ref:`ompi_info(1)
5454
<man1-ompi_info>` for more information.
5555

56+
57+
.. _open-mpi-errors:
58+
5659
ERRORS
5760
------
5861

@@ -75,7 +78,7 @@ Standard error return classes for Open MPI:
7578
:header-rows: 1
7679

7780
* - Error name
78-
- Error value
81+
- Value
7982
- Description
8083

8184
* - MPI_SUCCESS
@@ -190,7 +193,7 @@ Standard error return classes for Open MPI:
190193
- 27
191194
- Conversion functions could not be registered because a data
192195
representation identifier that was already defined was passed
193-
to :ref:`MPI_REGISTER_DATAREP(3) <mpi_register_datarep>`.
196+
to :ref:`MPI_Register_datarep(3) <MPI_Register_datarep>`.
194197

195198
* - MPI_ERR_FILE_EXISTS
196199
- 28
@@ -294,8 +297,8 @@ Standard error return classes for Open MPI:
294297

295298
* - MPI_ERR_UNSUPPORTED_DATAREP
296299
- 51
297-
- Unsupported datarep passed to :ref:`MPI_FILE_SET_VIEW(3)
298-
<mpi_file_set_view>`.
300+
- Unsupported datarep passed to :ref:`MPI_File_set_view(3)
301+
<MPI_File_set_view>`.
299302

300303
* - MPI_ERR_UNSUPPORTED_OPERATION
301304
- 52
@@ -365,8 +368,8 @@ Standard error return classes for Open MPI:
365368
* - MPI_ERR_RMA_RANGE
366369
- 68
367370
- Target memory is not part of the window (in the case of a
368-
window created with :ref:`MPI_WIN_CREATE_DYNAMIC(4)
369-
<mpi_win_create_dynamic>`, target memory is not attached.
371+
window created with :ref:`MPI_Win_create_dynamic(3)
372+
<MPI_Win_create_dynamic>`, target memory is not attached.
370373

371374
* - MPI_ERR_RMA_ATTACH
372375
- 69

0 commit comments

Comments
 (0)