Skip to content

Commit 3c8ec54

Browse files
committed
Correct request and info parameter descriptions for persistent collectives
Signed-off-by: Christoph Niethammer <niethammer@hlrs.de>
1 parent 572cb79 commit 3c8ec54

21 files changed

+24
-24
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ INPUT PARAMETERS
111111
OUTPUT PARAMETERS
112112
-----------------
113113
* ``recvbuf``: Address of receive buffer (choice).
114-
* ``request``: Request (handle, non-blocking only).
114+
* ``request``: Request (handle, non-blocking and persistent only).
115115
* ``ierror``: Fortran only: Error status (integer).
116116

117117
DESCRIPTION

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ INPUT PARAMETERS
116116
OUTPUT PARAMETERS
117117
-----------------
118118
* ``recvbuf``: Address of receive buffer (choice).
119-
* ``request``: Request (handle, non-blocking only).
119+
* ``request``: Request (handle, non-blocking and persistent only).
120120
* ``ierror``: Fortran only: Error status (integer).
121121

122122
DESCRIPTION

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ INPUT PARAMETERS
104104
OUTPUT PARAMETERS
105105
-----------------
106106
* ``recvbuf``: Starting address of receive buffer (choice).
107-
* ``request``: Request (handle, non-blocking only).
107+
* ``request``: Request (handle, non-blocking and persistent only).
108108
* ``ierror``: Fortran only: Error status (integer).
109109

110110
DESCRIPTION

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ INPUT PARAMETERS
116116
OUTPUT PARAMETERS
117117
-----------------
118118
* ``recvbuf``: Starting address of receive buffer (choice).
119-
* ``request``: Request (handle, non-blocking only).
119+
* ``request``: Request (handle, non-blocking and persistent only).
120120
* ``ierror``: Fortran only: Error status (integer).
121121

122122
DESCRIPTION

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ INPUT PARAMETERS
130130
OUTPUT PARAMETERS
131131
-----------------
132132
* ``recvbuf``: Address of receive buffer.
133-
* ``request``: Request (handle, non-blocking only).
133+
* ``request``: Request (handle, non-blocking and persistent only).
134134
* ``ierror``: Fortran only: Error status.
135135

136136
DESCRIPTION

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ INPUT PARAMETERS
133133
OUTPUT PARAMETERS
134134
-----------------
135135
* ``recvbuf``: Address of receive buffer.
136-
* ``request``: Request (handle, non-blocking only).
136+
* ``request``: Request (handle, non-blocking and persistent only).
137137
* ``ierror``: Fortran only: Error status.
138138

139139
DESCRIPTION

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ INPUT PARAMETER
6464
OUTPUT PARAMETERS
6565
-----------------
6666

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

7070
DESCRIPTION

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ INPUT PARAMETERS
101101
OUTPUT PARAMETERS
102102
-----------------
103103
* ``recvbuf``: Receive buffer (choice).
104-
* ``request``: Request (handle, non-blocking only).
104+
* ``request``: Request (handle, non-blocking and persistent only).
105105
* ``ierror``: Fortran only: Error status (integer).
106106

107107
DESCRIPTION

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ OUTPUT PARAMETERS
112112

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

118118
DESCRIPTION

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ OUTPUT PARAMETERS
118118

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

124124
DESCRIPTION

0 commit comments

Comments
 (0)