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 afa62d8 commit 18c5a21Copy full SHA for 18c5a21
ompi/mca/pml/ucx/pml_ucx.c
@@ -236,7 +236,7 @@ ucp_ep_h mca_pml_ucx_add_proc(ompi_communicator_t *comm, int dst)
236
free(address);
237
if (UCS_OK != status) {
238
PML_UCX_ERROR("Failed to connect to proc: %d, %s", proc_peer->super.proc_name.vpid,
239
- ucx_status_string(status));
+ ucs_status_string(status));
240
return NULL;
241
}
242
@@ -278,7 +278,7 @@ int mca_pml_ucx_add_procs(struct ompi_proc_t **procs, size_t nprocs)
278
279
280
PML_UCX_ERROR("Failed to connect to proc: %d, %s", procs[i]->super.proc_name.vpid,
281
282
return OMPI_ERROR;
283
284
0 commit comments