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 3d5e1e6 + 364fe25 commit 3676f54Copy full SHA for 3676f54
ompi/mca/coll/hcoll/coll_hcoll_rte.c
@@ -331,7 +331,7 @@ request_free(struct ompi_request_t **ompi_req)
331
return OMPI_ERROR;
332
}
333
coll_handle_free(req);
334
- *ompi_req = &ompi_request_empty;
+ *ompi_req = MPI_REQUEST_NULL;
335
return OMPI_SUCCESS;
336
337
ompi/mca/coll/ucc/coll_ucc_module.c
@@ -587,7 +587,7 @@ int mca_coll_ucc_req_free(struct ompi_request_t **ompi_req)
587
{
588
opal_free_list_return (&mca_coll_ucc_component.requests,
589
(opal_free_list_item_t *)(*ompi_req));
590
591
592
593
0 commit comments