@@ -53,6 +53,9 @@ For a complete listing of MCA parameters and their descriptions, issue
53
53
the command ``ompi_info --all ``. See :ref: `ompi_info(1)
54
54
<man1-ompi_info>` for more information.
55
55
56
+
57
+ .. _open-mpi-errors :
58
+
56
59
ERRORS
57
60
------
58
61
@@ -75,7 +78,7 @@ Standard error return classes for Open MPI:
75
78
:header-rows: 1
76
79
77
80
* - Error name
78
- - Error value
81
+ - Value
79
82
- Description
80
83
81
84
* - MPI_SUCCESS
@@ -190,7 +193,7 @@ Standard error return classes for Open MPI:
190
193
- 27
191
194
- Conversion functions could not be registered because a data
192
195
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 >`.
194
197
195
198
* - MPI_ERR_FILE_EXISTS
196
199
- 28
@@ -294,8 +297,8 @@ Standard error return classes for Open MPI:
294
297
295
298
* - MPI_ERR_UNSUPPORTED_DATAREP
296
299
- 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 >`.
299
302
300
303
* - MPI_ERR_UNSUPPORTED_OPERATION
301
304
- 52
@@ -365,8 +368,8 @@ Standard error return classes for Open MPI:
365
368
* - MPI_ERR_RMA_RANGE
366
369
- 68
367
370
- 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.
370
373
371
374
* - MPI_ERR_RMA_ATTACH
372
375
- 69
0 commit comments