HCOLL: Fix assertion
hcoll context may not be destroyed if it is cached.
Этот коммит содержится в:
родитель
26b3c48ccb
Коммит
6ddc7ac35c
@ -101,7 +101,6 @@ static void mca_coll_hcoll_module_destruct(mca_coll_hcoll_module_t *hcoll_module
|
|||||||
hcoll_destroy_context(hcoll_module->hcoll_context,
|
hcoll_destroy_context(hcoll_module->hcoll_context,
|
||||||
(rte_grp_handle_t)hcoll_module->comm,
|
(rte_grp_handle_t)hcoll_module->comm,
|
||||||
&context_destroyed);
|
&context_destroyed);
|
||||||
assert(context_destroyed);
|
|
||||||
}
|
}
|
||||||
mca_coll_hcoll_module_clear(hcoll_module);
|
mca_coll_hcoll_module_clear(hcoll_module);
|
||||||
}
|
}
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user