-
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
Cherry-pick of v4 Provisional and Errata #351
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
The event handler registration ordering is based on event handler names, not event handler reference IDs Signed-off-by: Ralph Castain <[email protected]> (cherry picked from commit ce9461c)
While we provided macros for these purposes, it turns out that the logic in implementing those macros is somewhat more complex that originally realized and better suited to an actual function call. This RFC adds to functions to the Data Management chapter: - PMIx_Data_load transfers a data "blob" from a pmix_byte_object_t structure to a pmix_data_buffer_t - PMIx_Data_unload transfers the payload in a pmix_data_buffer_t to a pmix_byte_object_t structure Signed-off-by: Ralph Castain <[email protected]> (cherry picked from commit f5324ca)
Signed-off-by: Ralph Castain <[email protected]> Co-authored-by: Josh Hursey <[email protected]> (cherry picked from commit 8253630)
Signed-off-by: Ralph Castain <[email protected]> Co-authored-by: Josh Hursey <[email protected]> (cherry picked from commit 545d6a3)
Signed-off-by: Ralph Castain <[email protected]> (cherry picked from commit 241ae71)
Signed-off-by: Ralph Castain <[email protected]> Co-authored-by: Ken Raffenetti <[email protected]> (cherry picked from commit 97d453b)
Signed-off-by: Ralph Castain <[email protected]> Co-authored-by: Ken Raffenetti <[email protected]> (cherry picked from commit 2d99f05)
PMIX_RANK_IS_VALID - test if a rank has a valid value (i.e., less thatn PMIX_RANK_VALID) PMIX_NSPACE_INVALID - test if a pmix_nspace_t contains a valid value (i.e., string of length greater than zero) PMIX_PROCID_INVALID - check for invalid namespace or rank PMIX_XFER_PROCID - copy a process ID between pmix_proc_t structures Signed-off-by: Ralph Castain <[email protected]> (cherry picked from commit 4fea9cd)
Co-authored-by: Josh Hursey <[email protected]> Signed-off-by: Joshua Hursey <[email protected]> (cherry picked from commit 562233d)
Co-authored-by: Josh Hursey <[email protected]> Signed-off-by: Joshua Hursey <[email protected]> (cherry picked from commit 9c79502)
Signed-off-by: Ralph Castain <[email protected]> Co-authored-by: Aurelien Bouteiller <[email protected]> (cherry picked from commit 79a0b8e)
Signed-off-by: Ralph Castain <[email protected]> Co-authored-by: Aurelien Bouteiller <[email protected]> (cherry picked from commit 85125bc)
Signed-off-by: Ralph Castain <[email protected]> Co-authored-by: Aurelien Bouteiller <[email protected]> (cherry picked from commit 672703d)
Signed-off-by: Ralph Castain <[email protected]> Co-authored-by: Aurelien Bouteiller <[email protected]> (cherry picked from commit 215da9b)
Define a data type solely for process namespace as we did for process rank. Signed-off-by: Ralph Castain <[email protected]> (cherry picked from commit d7b9e7d)
I need to add the provisional markers (which we will cherry-pick back to v4 once this is merged). |
* Add `\versionMarkerProvisional` that marks the version level and adds the provisoinal designation. Signed-off-by: Joshua Hursey <[email protected]>
While adding the provisional markers (last commit) I noticed a LaTeX rendering issue where the marker might not appear if it is rendered too close to the top of the page. I opened Issue #352 to track the fix. We will do that separate from this PR. |
raffenet
approved these changes
May 26, 2021
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.
Cherry-pick of the following
v4
PRs