Skip to content

Commit

Permalink
Correct request and info parameter descriptions for persistent collec…
Browse files Browse the repository at this point in the history
…tives

Signed-off-by: Christoph Niethammer <[email protected]>
  • Loading branch information
cniethammer authored and hpcraink committed Jul 4, 2024
1 parent 40cb37a commit 64c5668
Show file tree
Hide file tree
Showing 21 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion docs/man-openmpi/man3/MPI_Allgather.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ INPUT PARAMETERS
OUTPUT PARAMETERS
-----------------
* ``recvbuf``: Address of receive buffer (choice).
* ``request``: Request (handle, non-blocking only).
* ``request``: Request (handle, non-blocking and persistent only).
* ``ierror``: Fortran only: Error status (integer).

DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion docs/man-openmpi/man3/MPI_Allgatherv.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ INPUT PARAMETERS
OUTPUT PARAMETERS
-----------------
* ``recvbuf``: Address of receive buffer (choice).
* ``request``: Request (handle, non-blocking only).
* ``request``: Request (handle, non-blocking and persistent only).
* ``ierror``: Fortran only: Error status (integer).

DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion docs/man-openmpi/man3/MPI_Allreduce.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ INPUT PARAMETERS
OUTPUT PARAMETERS
-----------------
* ``recvbuf``: Starting address of receive buffer (choice).
* ``request``: Request (handle, non-blocking only).
* ``request``: Request (handle, non-blocking and persistent only).
* ``ierror``: Fortran only: Error status (integer).

DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion docs/man-openmpi/man3/MPI_Alltoall.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ INPUT PARAMETERS
OUTPUT PARAMETERS
-----------------
* ``recvbuf``: Starting address of receive buffer (choice).
* ``request``: Request (handle, non-blocking only).
* ``request``: Request (handle, non-blocking and persistent only).
* ``ierror``: Fortran only: Error status (integer).

DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion docs/man-openmpi/man3/MPI_Alltoallv.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ INPUT PARAMETERS
OUTPUT PARAMETERS
-----------------
* ``recvbuf``: Address of receive buffer.
* ``request``: Request (handle, non-blocking only).
* ``request``: Request (handle, non-blocking and persistent only).
* ``ierror``: Fortran only: Error status.

DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion docs/man-openmpi/man3/MPI_Alltoallw.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ INPUT PARAMETERS
OUTPUT PARAMETERS
-----------------
* ``recvbuf``: Address of receive buffer.
* ``request``: Request (handle, non-blocking only).
* ``request``: Request (handle, non-blocking and persistent only).
* ``ierror``: Fortran only: Error status.

DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion docs/man-openmpi/man3/MPI_Barrier.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ INPUT PARAMETER
OUTPUT PARAMETERS
-----------------

* ``request`` : Request (handle, non-blocking only).
* ``request`` : Request (handle, non-blocking and persistent only).
* ``ierror`` : Fortran only: Error status (integer).

DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion docs/man-openmpi/man3/MPI_Exscan.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ INPUT PARAMETERS
OUTPUT PARAMETERS
-----------------
* ``recvbuf``: Receive buffer (choice).
* ``request``: Request (handle, non-blocking only).
* ``request``: Request (handle, non-blocking and persistent only).
* ``ierror``: Fortran only: Error status (integer).

DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion docs/man-openmpi/man3/MPI_Gather.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ OUTPUT PARAMETERS

* ``recvbuf`` : Address of receive buffer (choice, significant only at
root).
* ``request`` : Request (handle, non-blocking only).
* ``request`` : Request (handle, non-blocking and persistent only).
* ``ierror`` : Fortran only: Error status (integer).

DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion docs/man-openmpi/man3/MPI_Gatherv.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ OUTPUT PARAMETERS

* ``recvbuf`` : Address of receive buffer (choice, significant only at
root).
* ``request`` : Request (handle, non-blocking only).
* ``request`` : Request (handle, non-blocking and persistent only).
* ``ierror`` : Fortran only: Error status (integer).

DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion docs/man-openmpi/man3/MPI_Neighbor_allgather.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ INPUT PARAMETERS
OUTPUT PARAMETERS
-----------------
* ``recvbuf``: Address of receive buffer (choice).
* ``request``: Request (handle, non-blocking only).
* ``request``: Request (handle, non-blocking and persistent only).
* ``ierror``: Fortran only: Error status (integer).

DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion docs/man-openmpi/man3/MPI_Neighbor_allgatherv.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ INPUT PARAMETERS
OUTPUT PARAMETERS
-----------------
* ``recvbuf``: Address of receive buffer (choice).
* ``request``: Request (handle, non-blocking only).
* ``request``: Request (handle, non-blocking and persistent only).
* ``ierror``: Fortran only: Error status (integer).

DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion docs/man-openmpi/man3/MPI_Neighbor_alltoall.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ INPUT PARAMETERS
OUTPUT PARAMETERS
-----------------
* ``recvbuf``: Starting address of receive buffer (choice).
* ``request``: Request (handle, non-blocking only).
* ``request``: Request (handle, non-blocking and persistent only).
* ``ierror``: Fortran only: Error status (integer).

DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion docs/man-openmpi/man3/MPI_Neighbor_alltoallv.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ INPUT PARAMETERS
OUTPUT PARAMETERS
-----------------
* ``recvbuf``: Address of receive buffer.
* ``request``: Request (handle, non-blocking only).
* ``request``: Request (handle, non-blocking and persistent only).
* ``ierror``: Fortran only: Error status.

DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion docs/man-openmpi/man3/MPI_Neighbor_alltoallw.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ INPUT PARAMETERS
OUTPUT PARAMETERS
-----------------
* ``recvbuf``: Address of receive buffer.
* ``request``: Request (handle, non-blocking only).
* ``request``: Request (handle, non-blocking and persistent only).
* ``ierror``: Fortran only: Error status.

DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions docs/man-openmpi/man3/MPI_Reduce.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ INPUT PARAMETERS
* ``op``: Reduce operation (handle).
* ``root``: Rank of root process (integer).
* ``comm``: Communicator (handle).
* ``info``: Info (handle, persistent).
* ``info``: Info (handle, persistent only).

OUTPUT PARAMETERS
-----------------
* ``recvbuf``: Address of receive buffer (choice, significant only at root).
* ``request``: Request (handle, non-blocking only).
* ``request``: Request (handle, non-blocking and persistent only).
* ``ierror``: Fortran only: Error status (integer).

DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions docs/man-openmpi/man3/MPI_Reduce_scatter.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ INPUT PARAMETERS
* ``datatype``: Datatype of elements of input buffer (handle).
* ``op``: Operation (handle).
* ``comm``: Communicator (handle).
* ``info``: Info (handle, persistent).
* ``info``: Info (handle, persistent only).

OUTPUT PARAMETERS
-----------------
* ``recvbuf``: Starting address of receive buffer (choice).
* ``request``: Request (handle, non-blocking only).
* ``request``: Request (handle, non-blocking and persistent only).
* ``ierror``: Fortran only: Error status (integer).

DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion docs/man-openmpi/man3/MPI_Reduce_scatter_block.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ INPUT PARAMETERS
OUTPUT PARAMETERS
-----------------
* ``recvbuf``: Starting address of receive buffer (choice).
* ``request``: Request (handle, non-blocking only).
* ``request``: Request (handle, non-blocking and persistent only).
* ``ierror``: Fortran only: Error status (integer).

DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion docs/man-openmpi/man3/MPI_Scan.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ INPUT PARAMETERS
OUTPUT PARAMETERS
-----------------
* ``recvbuf``: Receive buffer (choice).
* ``request``: Request (handle, non-blocking only).
* ``request``: Request (handle, non-blocking and persistent only).
* ``ierror``: Fortran only: Error status (integer).

DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions docs/man-openmpi/man3/MPI_Scatter.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ INPUT PARAMETERS
* ``recvtype``: Datatype of receive buffer elements (handle).
* ``root``: Rank of sending process (integer).
* ``comm``: Communicator (handle).
* ``info``: Info (handle, persistent).
* ``info``: Info (handle, persistent only).

OUTPUT PARAMETERS
-----------------
* ``recvbuf``: Address of receive buffer (choice).
* ``request``: Request (handle, non-blocking only).
* ``request``: Request (handle, non-blocking and persistent only).
* ``ierror``: Fortran only: Error status (integer).

DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion docs/man-openmpi/man3/MPI_Scatterv.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ INPUT PARAMETERS
OUTPUT PARAMETERS
-----------------
* ``recvbuf``: Address of receive buffer (choice).
* ``request``: Request (handle, non-blocking only).
* ``request``: Request (handle, non-blocking and persistent only).
* ``ierror``: Fortran only: Error status (integer).

DESCRIPTION
Expand Down

0 comments on commit 64c5668

Please sign in to comment.