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 5564e1e + 9093855 commit bd39accCopy full SHA for bd39acc
ompi/mca/coll/hcoll/coll_hcoll_rte.c
@@ -398,6 +398,7 @@ static void* get_coll_handle(void)
398
OMPI_REQUEST_INIT(ompi_req,false);
399
ompi_req->req_complete_cb = NULL;
400
ompi_req->req_status.MPI_ERROR = MPI_SUCCESS;
401
+ ompi_req->req_state = OMPI_REQUEST_ACTIVE;
402
ompi_req->req_free = request_free;
403
return (void *)ompi_req;
404
}
0 commit comments