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 c113c37 commit c081239Copy full SHA for c081239
ompi/mca/pml/ucx/pml_ucx_request.c
@@ -53,6 +53,7 @@ void mca_pml_ucx_bsend_completion(void *request, ucs_status_t status)
53
PML_UCX_VERBOSE(8, "bsend request %p buffer %p completed with status %s", (void*)req,
54
req->req_complete_cb_data, ucs_status_string(status));
55
mca_pml_base_bsend_request_free(req->req_complete_cb_data);
56
+ req->req_complete_cb_data = NULL;
57
mca_pml_ucx_set_send_status(&req->req_status, status);
58
PML_UCX_ASSERT( !(REQUEST_COMPLETE(req)));
59
mca_pml_ucx_request_free(&req);
0 commit comments