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 368da00 + 63605fc commit 667aba9Copy full SHA for 667aba9
ompi/mca/osc/ucx/osc_ucx_request.c
@@ -55,6 +55,7 @@ void req_completion(void *request, ucs_status_t status) {
55
56
if(req->external_req != NULL) {
57
ompi_request_complete(&(req->external_req->super), true);
58
+ req->external_req = NULL;
59
ucp_request_release(req);
60
mca_osc_ucx_component.num_incomplete_req_ops--;
61
assert(mca_osc_ucx_component.num_incomplete_req_ops >= 0);
0 commit comments