-
Notifications
You must be signed in to change notification settings - Fork 67
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 release branch #1083
Merged
Merged
Update release branch #1083
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
Turn this feature off by default for now. Allow specification of device type(s) whose distances are to be provided. Signed-off-by: Ralph Castain <rhc@pmix.org> (cherry picked from commit 3004140)
Signed-off-by: Ralph Castain <rhc@pmix.org> (cherry picked from commit 1a7fa19)
Ensure we treat these options as deprecated and report/convert them. Signed-off-by: Ralph Castain <rhc@pmix.org> (cherry picked from commit 54ccfbd)
Require minimum of v2.0.21 Signed-off-by: Ralph Castain <rhc@pmix.org> (cherry picked from commit 322d1e0)
Ignore these in the OMPI personality component. Let the PRRTE personality properly convert them to PRRTE values. Signed-off-by: Ralph Castain <rhc@pmix.org> (cherry picked from commit 37baebc)
Daemons never directly locally output IOF, so do not include a "local output" flag in a job's info as the daemon will see it and think it needs to locally output. Signed-off-by: Ralph Castain <rhc@pmix.org> (cherry picked from commit ddbff1d)
This can cause problems because PMIx will pick them up and forward them to all daemons and app procs, resulting in confusion. Signed-off-by: Ralph Castain <rhc@pmix.org> (cherry picked from commit 4356dd3)
If multiple components in a framework were excluded, then only the first one in the list was being checked - which means that only the first one in the list was actually being excluded. All others were missed by the current code. This change actually searches the entire list of excluded components to see if the one we found matches any of the list members. Port of open-mpi/ompi#9040 Signed-off-by: Ralph Castain <rhc@pmix.org> (cherry picked from commit 1c84108)
Don't block in PMIx IOF_deliver call - trust the PMIx server library to get the data out. Signed-off-by: Ralph Castain <rhc@pmix.org> (cherry picked from commit 8a9d4e0)
Signed-off-by: Ralph Castain <rhc@pmix.org> (cherry picked from commit 5091bc4)
Signed-off-by: Ralph Castain <rhc@pmix.org> (cherry picked from commit daa56e9)
Use the value provided by converting the list array instead of a (in some cases incorrect) hardcoded value. Signed-off-by: Ralph Castain <rhc@pmix.org> (cherry picked from commit 4ec3d6d)
Signed-off-by: Ralph Castain <rhc@pmix.org> (cherry picked from commit 83cf480)
Signed-off-by: Ralph Castain <rhc@pmix.org>
Signed-off-by: Ralph Castain <rhc@pmix.org>
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.
No description provided.