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

Update IOF redirection options #7162

Merged
merged 1 commit into from
Nov 13, 2019
Merged

Update IOF redirection options #7162

merged 1 commit into from
Nov 13, 2019

Commits on Nov 13, 2019

  1. Update IOF redirection options

    Provide both "--output-directory" and "--output-filename" options but do
    not allow both to be given at the same time. Output-directory allows
    specification of a directory, with output redirected into files of form
    "<directory>/<jobid>/rank.<vpid>/stdout[err]". This option also supports two
    directives: nojobid (removes the jobid directory layer) and nocopy (do
    not copy the output to the terminal).
    
    Output-filename is the "old" behavior that names the output files as
    "<filename>.rank" with both stdout and stderr redirected into it. This
    option only supports one directive: nocopy (do not copy the output to
    the terminal).
    
    Fix both the --help and man documentation.
    
    Signed-off-by: Ralph Castain <rhc@pmix.org>
    rhc54 committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    b0a487a View commit details
    Browse the repository at this point in the history