Skip to content

Commit 562cddb

Browse files
author
rhc54
committed
Merge pull request open-mpi#811 from hjelmn/bsend_fix_v1.10
pml/ob1: add missing ompi_request_wait_completion for buffered sends
2 parents 8f50a79 + 7051e38 commit 562cddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/pml/ob1/pml_ob1_isend.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ int mca_pml_ob1_send(void *buf,
201201
return rc;
202202
}
203203

204-
/* free the request and return. don't care if it completes now */
204+
ompi_request_wait_completion (brequest);
205205
ompi_request_free (&brequest);
206206
return OMPI_SUCCESS;
207207
}

0 commit comments

Comments
 (0)