We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f26c6c + 4df7951 commit f89c6d0Copy full SHA for f89c6d0
ompi/mca/osc/rdma/osc_rdma_request.c
@@ -33,7 +33,7 @@ static int request_free(struct ompi_request_t **ompi_req)
33
ompi_osc_rdma_request_t *request =
34
(ompi_osc_rdma_request_t*) *ompi_req;
35
36
- if( REQUEST_COMPLETE(&request->super) ) {
+ if (!REQUEST_COMPLETE(&request->super)) {
37
return MPI_ERR_REQUEST;
38
}
39
0 commit comments