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 35beef1 + b2183d3 commit d6cab86Copy full SHA for d6cab86
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