diff --git a/src/mca/schizo/prte/help-schizo-prte.txt b/src/mca/schizo/prte/help-schizo-prte.txt index 5e5d559b2f..c456343d2a 100644 --- a/src/mca/schizo/prte/help-schizo-prte.txt +++ b/src/mca/schizo/prte/help-schizo-prte.txt @@ -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 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 Provide a default hostfile diff --git a/src/mca/schizo/prte/help-schizo-prterun.txt b/src/mca/schizo/prte/help-schizo-prterun.txt index cef6ee0245..ddf9c80480 100644 --- a/src/mca/schizo/prte/help-schizo-prterun.txt +++ b/src/mca/schizo/prte/help-schizo-prterun.txt @@ -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 Create a new xterm window and display output from the specified ranks there