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

Add some missing help verbiage #1303

Merged
merged 1 commit into from
Mar 24, 2022
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
13 changes: 13 additions & 0 deletions src/mca/schizo/prte/help-schizo-prte.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,19 @@ Initiate an instance of the PMIx Reference RTE (PRRTE) DVM
--display Comma-delimited list of options for displaying information


/***** Output Options *****/

--output <arg0> Comma-delimited list of options that control how output is
generated.Allowed values: tag, timestamp, xml, merge-stderr-to-stdout,
dir=DIRNAME, file=filename. The dir option redirects output from
application processes into DIRNAME/job/rank/std[out,err,diag]. The file
option redirects output from application processes into filename.rank. In
both cases, the provided name will be converted to an absolute path.
Supported qualifiers include NOCOPY (do not copy the output to the
stdout/err streams), and RAW (do not buffer the output into complete
lines, but instead output it as it is received).


/***** Launch Options *****/

--default-hostfile <arg0> Provide a default hostfile
Expand Down
3 changes: 2 additions & 1 deletion src/mca/schizo/prte/help-schizo-prterun.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ Initiate an instance of the PMIx Reference RTE (PRRTE) DVM
option redirects output from application processes into filename.rank. In
both cases, the provided name will be converted to an absolute path.
Supported qualifiers include NOCOPY (do not copy the output to the
stdout/err streams).
stdout/err streams), and RAW (do not buffer the output into complete
lines, but instead output it as it is received).
--report-child-jobs-separately Return the exit status of the primary job only
--xterm <arg0> Create a new xterm window and display output from the specified ranks
there
Expand Down