Skip to content

Commit a52b6f5

Browse files
jedbrownjsquyres
authored andcommitted
MPI_Attr_get: doc fix: MPI_Comm_create_attr -> MPI_Comm_get_attr
MPI_Comm_create_attr does not exist. Signed-off-by: Jed Brown <[email protected]> (cherry picked from commit 5338000)
1 parent 88d4481 commit a52b6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mpi/man/man3/MPI_Attr_get.3in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Fortran only: Error status (integer).
5050
.SH DESCRIPTION
5151
.ft R
5252
Note that use of this routine is \fIdeprecated\fP as of MPI-2, and
53-
was \fIdeleted\fP in MPI-3. Please use MPI_Comm_create_attr. This
53+
was \fIdeleted\fP in MPI-3. Please use MPI_Comm_get_attr. This
5454
function does not have a C++ or mpi_f08 binding.
5555
.sp
5656
Retrieves attribute value by key. The call is erroneous if there is no key

0 commit comments

Comments
 (0)