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.
1 parent b83416a commit 11e8f2aCopy full SHA for 11e8f2a
ompi/mca/osc/portals4/osc_portals4_request.h
@@ -33,6 +33,7 @@ OBJ_CLASS_DECLARATION(ompi_osc_portals4_request_t);
33
req->super.req_mpi_object.win = win; \
34
req->super.req_complete = false; \
35
req->super.req_state = OMPI_REQUEST_ACTIVE; \
36
+ req->super.req_status.MPI_ERROR = MPI_SUCCESS; \
37
req->ops_expected = 0; \
38
req->ops_committed = 0; \
39
} while (0)
0 commit comments