Skip to content

Commit 4638622

Browse files
committed
switch to using include file for some mpi_t_event
man pages Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent e21950e commit 4638622

8 files changed

+14
-41
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
* ``MPI_T_ERR_NOT_INITIALIZED``: The MPI Tools interface not initialized
2+
3+
* ``MPI_T_ERR_INVALID_HANDLE``: The handle is invalid
4+
5+
* ``MPI_T_ERR_INVALID_HANDLE``: Invalid use of the interface or bad parameter values(s).
6+
7+
* ``MPI_T_ERR_OTHER``: Other error

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,4 @@ ERRORS
4646

4747
:ref:`MPI_T_event_callback_get_info` will fail if:
4848

49-
* ``MPI_T_ERR_NOT_INITIALIZED``: The MPI Tools interface not initialized
50-
51-
* ``MPI_T_ERR_INVALID_HANDLE``: The handle is invalid
52-
53-
* ``MPI_T_ERR_INVALID_HANDLE``: Invalid use of the interface or bad parameter values(s).
54-
55-
* ``MPI_T_ERR_OTHER``: Other error
49+
.. include:: ./MPI_T_ERRORS.rst

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,4 @@ ERRORS
4040

4141
:ref:`MPI_T_event_callback_set_info` will fail if:
4242

43-
* ``MPI_T_ERR_NOT_INITIALIZED``: The MPI Tools interface not initialized
44-
45-
* ``MPI_T_ERR_INVALID_HANDLE``: The handle is invalid
46-
47-
* ``MPI_T_ERR_INVALID_HANDLE``: Invalid use of the interface or bad parameter values(s).
48-
49-
* ``MPI_T_ERR_OTHER``: Other error
43+
.. include:: ./MPI_T_ERRORS.rst

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,7 @@ ERRORS
4141

4242
:ref:`MPI_T_event_copy` will fail if:
4343

44-
* ``MPI_T_ERR_NOT_INITIALIZED``: The MPI Tools interface not initialized
45-
46-
* ``MPI_T_ERR_INVALID_HANDLE``: The handle is invalid
47-
48-
* ``MPI_T_ERR_INVALID``: Invalid use of the interface or bad parameter values(s).
49-
44+
.. include:: ./MPI_T_ERRORS.rst
5045

5146
.. seealso::
5247
* :ref:`MPI_T_event_read`

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,4 @@ ERRORS
4343

4444
:ref:`MPI_T_event_get_timestamp` will fail if:
4545

46-
* ``MPI_T_ERR_NOT_INITIALIZED``: The MPI Tools interface not initialized
47-
48-
* ``MPI_T_ERR_INVALID_INDEX``: The handle is invalid
49-
50-
* ``MPI_T_ERR_INVALID``: Invalid use of the interface or bad parameter values(s)
46+
.. include:: ./MPI_T_ERRORS.rst

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,7 @@ ERRORS
4343

4444
:ref:`MPI_T_event_handle_alloc` will fail if:
4545

46-
* ``MPI_T_ERR_NOT_INITIALIZED``: The MPI Tools interface not initialized
47-
48-
* ``MPI_T_ERR_INVALID_INDEX``: The supplied event index is invalid
49-
50-
* ``MPI_T_ERR_INVALID``: The supplied input parameter is invalid
46+
.. include:: ./MPI_T_ERRORS.rst
5147

5248
.. seealso::
5349
* :ref:`MPI_T_event_get_info`

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,7 @@ ERRORS
4040

4141
:ref:`MPI_T_event_read` will fail if:
4242

43-
* ``MPI_T_ERR_NOT_INITIALIZED``: The MPI Tools interface not initialized
44-
45-
* ``MPI_T_ERR_INVALID_HANDLE``: The handle is invalid
46-
47-
* ``MPI_T_ERR_INVALID``: Invalid use of the interface or bad parameter values(s).
48-
43+
.. include:: ./MPI_T_ERRORS.rst
4944

5045
.. seealso::
5146
* :ref:`MPI_T_event_copy`

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,4 @@ ERRORS
4242

4343
:ref:`MPI_T_event_set_dropped_handler` will fail if:
4444

45-
* ``MPI_T_ERR_NOT_INITIALIZED``: The MPI Tools interface not initialized
46-
47-
* ``MPI_T_ERR_INVALID_HANDLE``: The handle is invalid
48-
49-
* ``MPI_T_ERR_OTHER``: Other error
45+
.. include:: ./MPI_T_ERRORS.rst

0 commit comments

Comments
 (0)