Skip to content

Commit c081239

Browse files
committed
ompi: pml ucx: fix persistant request init CR changes
Signed-off-by: Alex Mikheev <[email protected]>
1 parent c113c37 commit c081239

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ompi/mca/pml/ucx/pml_ucx_request.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ void mca_pml_ucx_bsend_completion(void *request, ucs_status_t status)
5353
PML_UCX_VERBOSE(8, "bsend request %p buffer %p completed with status %s", (void*)req,
5454
req->req_complete_cb_data, ucs_status_string(status));
5555
mca_pml_base_bsend_request_free(req->req_complete_cb_data);
56+
req->req_complete_cb_data = NULL;
5657
mca_pml_ucx_set_send_status(&req->req_status, status);
5758
PML_UCX_ASSERT( !(REQUEST_COMPLETE(req)));
5859
mca_pml_ucx_request_free(&req);

0 commit comments

Comments
 (0)