You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even if a framework has its own framework_close function, we still
have to mca_base_component_unload() each component (which will be
handled safely/properly, regardless of whether the component is
statically linked or was opened dynamically) and then remove that
component from the framework's list of components.
Signed-off-by: Jeff Squyres <jeff@squyres.com>
0 commit comments