Skip to content

Commit 9a65f09

Browse files
authored
Merge pull request open-mpi#13456 from hppritcha/buffer_attach_fix2
comm iflush buffer fix
2 parents 6705378 + ba64300 commit 9a65f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mpi/c/comm_iflush_buffer.c.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PROTOTYPE ERROR_CLASS comm_iflush_buffer(COMM comm, REQUEST_INOUT request)
4444
OMPI_ERRHANDLER_CHECK(ret, comm, ret, FUNC_NAME);
4545
}
4646

47-
ret = mca_pml_base_bsend_iflush(COMM_BSEND_BUF, NULL, request);
47+
ret = mca_pml_base_bsend_iflush(COMM_BSEND_BUF, comm, request);
4848

4949
return ret;
5050
}

0 commit comments

Comments
 (0)