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 b2aca6c commit 2739346Copy full SHA for 2739346
opal/runtime/opal_finalize.c
@@ -86,6 +86,8 @@ opal_finalize_util(void)
86
87
(void) mca_base_framework_close(&opal_installdirs_base_framework);
88
89
+ mca_base_close();
90
+
91
/* finalize the memory allocator */
92
opal_malloc_finalize();
93
0 commit comments