-
Notifications
You must be signed in to change notification settings - Fork 930
v2.x: pmix112: fix potential memory barrier bug with __atomic builtin atomics #6048
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
Merged
hppritcha
merged 1 commit into
open-mpi:v2.x
from
hjelmn:v2.x_fix_a_memory_barrier_bug_that_is_totally_related_to_6014_but_in_the_pmix_code
Nov 26, 2018
Merged
v2.x: pmix112: fix potential memory barrier bug with __atomic builtin atomics #6048
hppritcha
merged 1 commit into
open-mpi:v2.x
from
hjelmn:v2.x_fix_a_memory_barrier_bug_that_is_totally_related_to_6014_but_in_the_pmix_code
Nov 26, 2018
Conversation
This file contains hidden or 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
See open-mpi#6014 for more information. Signed-off-by: Nathan Hjelm <[email protected]>
|
Also for completeness. |
rhc54
approved these changes
Nov 6, 2018
gpaulsen
added a commit
to gpaulsen/pmix
that referenced
this pull request
Nov 6, 2018
(from: open-mpi/ompi#6048) I'm porting Nathan Hjelm's fix for OMPI Issue 6014 (open-mpi/ompi#6014) to PMIx. Signed-off-by: Geoffrey Paulsen <[email protected]>
gpaulsen
added a commit
to gpaulsen/pmix
that referenced
this pull request
Nov 6, 2018
(from: open-mpi/ompi#6048) I'm porting Nathan Hjelm's fix for OMPI Issue 6014 (open-mpi/ompi#6014) to PMIx. Signed-off-by: Geoffrey Paulsen <[email protected]> (cherry picked from commit 4cf3d97)
This was referenced Nov 6, 2018
gpaulsen
added a commit
to gpaulsen/pmix
that referenced
this pull request
Nov 6, 2018
(from: open-mpi/ompi#6048) I'm porting Nathan Hjelm's fix for OMPI Issue 6014 (open-mpi/ompi#6014) to PMIx. Signed-off-by: Geoffrey Paulsen <[email protected]> (cherry picked from commit 4cf3d97)
gpaulsen
added a commit
to gpaulsen/pmix
that referenced
this pull request
Nov 6, 2018
(from: open-mpi/ompi#6048) I'm porting Nathan Hjelm's fix for OMPI Issue 6014 (open-mpi/ompi#6014) to PMIx. Signed-off-by: Geoffrey Paulsen <[email protected]> (cherry picked from commit 4cf3d97)
gpaulsen
added a commit
to gpaulsen/pmix
that referenced
this pull request
Nov 6, 2018
(from: open-mpi/ompi#6048) I'm porting Nathan Hjelm's fix for OMPI Issue 6014 (open-mpi/ompi#6014) to PMIx. Signed-off-by: Geoffrey Paulsen <[email protected]> (cherry picked from commit 4cf3d97)
|
@bwbarrett said that he'd re-kick-off some of these PRs that failed yesterday. I think this is related. |
|
bot:ompi:retest |
|
@hppritcha Good to go. |
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.
See #6014 for more information.
Signed-off-by: Nathan Hjelm [email protected]