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 9e610ee commit 4e9bdf5Copy full SHA for 4e9bdf5
ompi/mca/pml/ucx/pml_ucx.c
@@ -247,7 +247,7 @@ int mca_pml_ucx_init(void)
247
PML_UCX_VERBOSE(2, "created ucp context %p, worker %p",
248
(void *)ompi_pml_ucx.ucp_context,
249
(void *)ompi_pml_ucx.ucp_worker);
250
- return OMPI_SUCCESS;
+ return rc;
251
252
err_destroy_worker:
253
ucp_worker_destroy(ompi_pml_ucx.ucp_worker);
0 commit comments