Skip to content

Commit 288273d

Browse files
committed
manpages:mpi_isendrecv_replace
fix a missing ISENDRECV Signed-off-by: Howard Pritchard <[email protected]>
1 parent 47eee4d commit 288273d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ int MPI_Isendrecv_replace(void *\fIbuf\fP, int\fI count\fP, MPI_Datatype\fI data
2222
.nf
2323
USE MPI
2424
! or the older form: INCLUDE 'mpif.h'
25-
MPI_SENDRECV_REPLACE(\fIBUF, COUNT, DATATYPE, DEST, SENDTAG, SOURCE,
25+
MPI_ISENDRECV_REPLACE(\fIBUF, COUNT, DATATYPE, DEST, SENDTAG, SOURCE,
2626
RECVTAG, COMM, REQUEST, IERROR\fP)
2727
<type> \fIBUF\fP(*)
2828
INTEGER \fICOUNT, DATATYPE, DEST, SENDTAG\fP

0 commit comments

Comments
 (0)