1
1
hcoll context may not be destroyed if it is cached.
Этот коммит содержится в:
Devendar Bureddy 2015-04-01 00:30:45 +03:00
родитель 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,
(rte_grp_handle_t)hcoll_module->comm,
&context_destroyed);
assert(context_destroyed);
}
mca_coll_hcoll_module_clear(hcoll_module);
}