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 4763822 commit 40ac9e4Copy full SHA for 40ac9e4
ompi/mca/pml/ucx/pml_ucx.c
@@ -253,7 +253,7 @@ int mca_pml_ucx_init(void)
253
PML_UCX_VERBOSE(2, "created ucp context %p, worker %p",
254
(void *)ompi_pml_ucx.ucp_context,
255
(void *)ompi_pml_ucx.ucp_worker);
256
- return OMPI_SUCCESS;
+ return rc;
257
258
err_destroy_worker:
259
ucp_worker_destroy(ompi_pml_ucx.ucp_worker);
0 commit comments