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
Encode help-*.txt file contents into C source code
Encode the show_help text files into memory so that
we don't have to find and open text files on-the-fly.
This helps with relocation, although not strictly
necessary. Biggest advantage is that we can supply
show_help output from the very beginning, even if
we haven't identified the text file directory.
Enable access to the new system by PRRTE via a new
API by which PRRTE can register its own in-memory
array of help messages. Default to the internal
PMIx array if show_help has yet to be initialized.
Add a new "INMEMHELP" capability flag so that PRRTE
can verify this PMIx version's support. Note that
PRRTE will be updated so that the master branch and
all release branches beginning with v4.0 can require
it to build.
Based on open-mpi/ompi#13144.
Signed-off-by: Ralph Castain <[email protected]>
0 commit comments