Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some issues with tool help #1257

Merged
merged 1 commit into from
Mar 9, 2022
Merged

Commits on Mar 9, 2022

  1. Fix two small bugs with --help.

    - Pass the helpdir to pmix_init_util().
      This will trickle down the pmix_show_help_init(), which will
      be added to the pmix_show_help search path. Otherwise, PMIx
      will have no way to know where the PRTE tools help files
      are.
    
    - Add missing PMIX_ERR_SILENT -> PRTE_ERR_SILENT. This was
      causing the prte command parsing to print an extra line with -h.
    
    Signed-off-by: Austen Lauria <awlauria@us.ibm.com>
    awlauria committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    5692d3a View commit details
    Browse the repository at this point in the history