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 0d3f9ec + dcae5ac commit 363dd88Copy full SHA for 363dd88
ompi/mca/coll/hcoll/coll_hcoll_rte.c
@@ -404,6 +404,7 @@ static void* get_coll_handle(void)
404
OMPI_REQUEST_INIT(ompi_req,false);
405
ompi_req->req_complete_cb = NULL;
406
ompi_req->req_status.MPI_ERROR = MPI_SUCCESS;
407
+ ompi_req->req_state = OMPI_REQUEST_ACTIVE;
408
ompi_req->req_free = request_free;
409
return (void *)ompi_req;
410
}
0 commit comments