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 5ab2d84 + 3081576 commit 4c98e6bCopy full SHA for 4c98e6b
oshmem/mca/spml/ucx/spml_ucx.c
@@ -613,7 +613,7 @@ int mca_spml_ucx_quiet(void)
613
614
err = ucp_worker_flush(mca_spml_ucx.ucp_worker);
615
if (UCS_OK != err) {
616
- SPML_ERROR("fence failed: %s", ucs_status_string(err));
+ SPML_ERROR("quiet failed: %s", ucs_status_string(err));
617
oshmem_shmem_abort(-1);
618
return OSHMEM_ERROR;
619
}
0 commit comments