1
1

Merge pull request #4258 from yosefe/topic/spml-ucx-fix-quiet-typo

spml_ucx: fix typo in shmem_quiet() error message.
Этот коммит содержится в:
Mike Dubman 2017-09-26 11:10:40 +03:00 коммит произвёл GitHub
родитель 5ab2d8441e 3081576124
Коммит 4c98e6bde2

Просмотреть файл

@ -613,7 +613,7 @@ int mca_spml_ucx_quiet(void)
err = ucp_worker_flush(mca_spml_ucx.ucp_worker);
if (UCS_OK != err) {
SPML_ERROR("fence failed: %s", ucs_status_string(err));
SPML_ERROR("quiet failed: %s", ucs_status_string(err));
oshmem_shmem_abort(-1);
return OSHMEM_ERROR;
}