-
Notifications
You must be signed in to change notification settings - Fork 900
pmix/pmix112: Enable PMIx shared memory dstore by default #2932
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
pmix/pmix112: Enable PMIx shared memory dstore by default #2932
Conversation
Signed-off-by: KAWASHIMA Takahiro <[email protected]>
Thanks for this PR. This is good to go. However, we should have a discussion in the OMPI Teleconf about if we should have this enabled by default in the 2.1.x series. I cannot remember if we decided on this yet or not. @gpaulsen Can you add this to the agenda for tomorrow. |
LANL CI down for today due to NERSC quarterly maintenance. |
Per 2017-02-07 webex discussion, there appears to be a bug in dstore on master. When that gets fixed and is brought over to v2.x, it seems like we want dstore to be the default on v2.x. |
@hjelmn has reason to believe there is a memory corruption problem if shared memory is enabled by default. |
bot:mellanox:retest |
merge this after #2958 |
#2958 has been merged. Now merging this one to enable PMIx shared memory datastore by default. |
The problem of PMIx shared memory dstore + MPI singleton is fixed now. See #2859 and #2909. We need PMIx shared memory dstore in v2.1.x.
The master branch had this change long ago and the commit includes many changes so this commit is a direct commit (no cherry-pick).
@jjhursey Please review.
Signed-off-by: KAWASHIMA Takahiro [email protected]