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 47eee4d commit b2183d3Copy full SHA for b2183d3
ompi/mpi/c/isendrecv_replace.c
@@ -96,9 +96,6 @@ static int ompi_isendrecv_replace_complete_func (ompi_comm_request_t *request)
96
ompi_request_empty.req_status, false);
97
}
98
99
-
100
- OMPI_COPY_STATUS(&request->super.req_status,
101
- context->subreq[0]->req_status, false);
102
if(NULL != context->subreq[0]) {
103
ompi_request_free(&context->subreq[0]);
104
0 commit comments