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 several IOF attributes #380

Merged
merged 7 commits into from
Mar 7, 2022
Merged

Add several IOF attributes #380

merged 7 commits into from
Mar 7, 2022

Conversation

rhc54
Copy link
Member

@rhc54 rhc54 commented Jan 14, 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]

@rhc54 rhc54 added the RFC Request for Comment label Jan 14, 2022
@rhc54 rhc54 added this to the PMIx v4.2 Standard milestone Jan 14, 2022
@rhc54 rhc54 requested a review from naughtont3 January 14, 2022 19:49
@rhc54 rhc54 self-assigned this Jan 14, 2022
@rhc54
Copy link
Member Author

rhc54 commented Jan 14, 2022

Please use emoji reactions ON THIS COMMENT to indicate your position on this proposal.

You do not need to vote on every proposal
If you have no opinion, don't vote - that is also useful data
If you've already commented on this issue, please still vote so
we know your current thoughts
Not all proposals solve exactly the same problem, so we may end
up accepting proposals that appear to have some overlap
This is not a binding majority-rule vote, but it will be a very
significant input into the corresponding ASC decision.

Here are the meanings for the emojis:

Hooray or Rocket: I support this so strongly that I
want to be an advocate for it
Heart: I think this is an ideal solution
Thumbs up: I'd be happy with this solution
Confused: I'd rather we not do this, but I can tolerate it
Thumbs down: I'd be actively unhappy, and may even consider
other technologies instead
If you want to explain in more detail, feel free to add another
comment, but please also vote on this comment.

@naughtont3
Copy link
Contributor

I think the “%r” and “%n” in the PR need to be escaped to avoid having LaTeX bomb, e.g., \code{%r}

naughtont3
naughtont3 previously approved these changes Jan 20, 2022
@jjhursey jjhursey added the Eligible Eligible for consideration by ASC label Jan 25, 2022
Chap_API_Tools.tex Outdated Show resolved Hide resolved
Chap_API_Tools.tex Outdated Show resolved Hide resolved
Chap_API_Tools.tex Outdated Show resolved Hide resolved
@jjhursey
Copy link
Member

jjhursey commented Mar 7, 2022

PMIx ASC 1Q 2022

  • Passed the first vote: 11 yes / 0 no / 0 abstain
  • This is can be merged into main/v5 and v4 branches once conflicts are addressed (I'll work on that)

@jjhursey jjhursey added the Accepted as Provisional ASC vote passed. Accepted as Provisional! label Mar 7, 2022
jjhursey
jjhursey previously approved these changes Mar 7, 2022
rhc54 and others added 7 commits March 7, 2022 15:30
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: 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]>
@jjhursey
Copy link
Member

jjhursey commented Mar 7, 2022

Editorial: Rebased the reference branch without text changes to prepare to merge. Resolve a couple of minor text placement merge/rebase conflicts in Chap_API_Tools.tex and Chap_API_Server.tex

@jjhursey jjhursey merged commit 36d902a into pmix:v4 Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted as Provisional ASC vote passed. Accepted as Provisional! Eligible Eligible for consideration by ASC RFC Request for Comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants