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

Multiple commits #1846

Merged
merged 3 commits into from
Nov 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions src/docs/show-help-files/help-prte-info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,35 @@ Show the hostname upon which PRRTE was configured and built
Syntax: ``-a`` or ``--all``

Show all configuration options and MCA parameters

[lib-call-fail]

A library call unexpectedly failed. This is a terminal error; please
show this message to a PRTE wizard:

Library call: %s
Source file: %s
Source line number: %d

Aborting...

[developer warning: field too long]

DEVELOPER WARNING: A field in prte_info output is too long and
will appear poorly in the prettyprint output.

Value: "%s"
Max length: %d

[not-found]

The specified framework could not be found:

Framework: %s

This could be due to a misspelling of the framework name, or because support
for that framework was not configured into this version of PRTE. Please see

prte_info --config

for a full report of how PRTE was configured.
Loading