-
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
v5: Sync provisional/errata from v4 #396
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Programs that utilize PMIx structures benefit from being provided with static initializers by which global variables can be safely declared. Signed-off-by: Ralph Castain <[email protected]> (cherry picked from commit 30e87f3)
There are a few attributes servers need in order to support singleton operations as well as user-specified time limits on job and spawn operations. Current server module functions do not include the ability for the server library to pass a local status from a collective operation (i.e., when the server library aggregates all local participation before calling the host) Add a few job-related error constants for clear reporting to the user. Add a useful variant of a data management function. Signed-off-by: Ralph Castain <[email protected]> (cherry picked from commit f4752ac)
Provide a little more explanation of the new attributes, including an "advice to hosts" section on the local collective completion status attribute. Signed-off-by: Ralph Castain <[email protected]> (cherry picked from commit 3a95743)
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]> (cherry picked from commit c3decf8)
Signed-off-by: Ralph Castain <[email protected]> (cherry picked from commit b8957de)
Signed-off-by: Thomas Naughton <[email protected]> (cherry picked from commit 5eb6da5)
Signed-off-by: Thomas Naughton <[email protected]> (cherry picked from commit 50ee406)
Signed-off-by: Thomas Naughton <[email protected]> (cherry picked from commit 414c7fb)
Signed-off-by: Ralph Castain <[email protected]> Co-authored-by: Josh Hursey <[email protected]> (cherry picked from commit 50a152f)
Use ".stdout" and ".stderr" for all IOF output files Signed-off-by: Ralph Castain <[email protected]> (cherry picked from commit 1fe1747)
Signed-off-by: Joshua Hursey <[email protected]> (cherry picked from commit 11a082e)
Signed-off-by: Joshua Hursey <[email protected]> (cherry picked from commit 13ef9bc)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bring over:
As well as the provisional markers and revision history from: