1
1

Merge pull request #5887 from yosefe/topic/osc-ucx-fix-finalize-hang-v4.0.x

osc_ucx: fix hang/timeout in component finalize - v4.0
Этот коммит содержится в:
Howard Pritchard 2018-10-16 09:21:50 -06:00 коммит произвёл GitHub
родитель 753087ab17 eabc94cab0
Коммит e2cf1e3ec5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

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

@ -822,6 +822,8 @@ int ompi_osc_ucx_free(struct ompi_win_t *win) {
ucp_worker_progress(mca_osc_ucx_component.ucp_worker);
}
opal_common_ucx_worker_flush(mca_osc_ucx_component.ucp_worker);
ret = module->comm->c_coll->coll_barrier(module->comm,
module->comm->c_coll->coll_barrier_module);