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
show_help: convert opal_show_[v]help back into a function
Commit a525e70 converted opal_show_[v]help into global function pointer variables that were re-assigned a few times during the lifecycle of an application. This allows calls top opal_show_[v]help() to emit error messages different ways at different times -- e.g., before various subsystems were initialized, after they were initialized, and after they were shutdown. Long ago, however, the show_help infrastructure was converted to use PMIx under the covers, and this switcharoo was no longer necessary. Specifically: show_help always just calls PMIx and PMIx does the Right Things during at different stages of the process lifecycle. This commit changes opal_show_[v]help back to be a regular function -- not a function pointer. Signed-off-by: Jeff Squyres <jeff@squyres.com>
0 commit comments