-
Notifications
You must be signed in to change notification settings - Fork 22
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 several IOF attributes #380
Conversation
Please use emoji reactions ON THIS COMMENT to indicate your position on this proposal.
Here are the meanings for the emojis:
|
I think the “%r” and “%n” in the PR need to be escaped to avoid having LaTeX bomb, e.g., \code{%r} |
PMIx ASC 1Q 2022
|
In the course of implementing the IO forwarding support, we identified several attributes deemed valuable by users. These primarily control the output format and target location (e.g., files instead of terminal), and whether the output should be generated locally or simply relayed to another location (e.g., a tool) for handling. This RFC contains the definitions and indicates the APIs where those attributes can/should be passed. Signed-off-by: Ralph Castain <[email protected]>
Signed-off-by: Ralph Castain <[email protected]>
Signed-off-by: Thomas Naughton <[email protected]>
Signed-off-by: Thomas Naughton <[email protected]>
Signed-off-by: Thomas Naughton <[email protected]>
Signed-off-by: Ralph Castain <[email protected]> Co-authored-by: Josh Hursey <[email protected]>
Use ".stdout" and ".stderr" for all IOF output files Signed-off-by: Ralph Castain <[email protected]>
Editorial: Rebased the reference branch without text changes to prepare to merge. Resolve a couple of minor text placement merge/rebase conflicts in |
In the course of implementing the IO forwarding support, we identified
several attributes deemed valuable by users. These primarily control
the output format and target location (e.g., files instead of terminal),
and whether the output should be generated locally or simply relayed
to another location (e.g., a tool) for handling.
This RFC contains the definitions and indicates the APIs where those
attributes can/should be passed.
Signed-off-by: Ralph Castain [email protected]