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 ecf5c18 commit 21888a3Copy full SHA for 21888a3
opal/mca/patcher/base/patcher_base_frame.c
@@ -90,7 +90,7 @@ static int opal_patcher_base_close(void)
90
return opal_patcher->patch_fini();
91
}
92
93
- return mca_base_framework_components_close(&opal_patcher_base_framework, NULL);
+ return OPAL_SUCCESS;
94
95
96
/* Use default register/open functions */
0 commit comments