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.
1 parent 4bbad5e commit ecf5c18Copy full SHA for ecf5c18
opal/mca/common/ucx/common_ucx.c
@@ -211,6 +211,9 @@ OPAL_DECLSPEC void opal_common_ucx_mca_deregister(void)
211
}
212
opal_mem_hooks_unregister_release(opal_common_ucx_mem_release_cb);
213
opal_output_close(opal_common_ucx.output);
214
+ if (opal_common_ucx.opal_mem_hooks) {
215
+ mca_base_framework_close(&opal_memory_base_framework);
216
+ }
217
218
219
#if HAVE_DECL_OPEN_MEMSTREAM
0 commit comments