Skip to content

Commit 4cc6307

Browse files
committed
minor fix for mpif-h isendrecv_replace
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent b7fb88c commit 4cc6307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mpi/fortran/mpif-h/isendrecv_replace_f.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ OMPI_GENERATE_F77_BINDINGS (MPI_ISENDRECV_REPLACE,
7373
void ompi_isendrecv_replace_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
7474
MPI_Fint *dest, MPI_Fint *sendtag,
7575
MPI_Fint *source, MPI_Fint *recvtag,
76-
MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr)
76+
MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)
7777
{
7878
int c_ierr;
7979
MPI_Datatype c_type = PMPI_Type_f2c(*datatype);

0 commit comments

Comments
 (0)