Skip to content

pmix/ext3x: fix support for external PMIx v3.1 #6251

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
merged 1 commit into from
Jan 8, 2019

Conversation

ggouaillardet
Copy link
Contributor

The PMIX_MODEX and PMIX_INFO_ARRAY macros were removed from the PMIx 3.1 standard.
Open MPI does not really need them (they are only used to be reported as not supported),
so smply #ifdef protect them to support an external PMIx v3.1

Refs. #6247

Signed-off-by: Gilles Gouaillardet [email protected]

The PMIX_MODEX and PMIX_INFO_ARRAY macros were removed from the PMIx 3.1 standard.
Open MPI does not really need them (they are only used to be reported as not supported),
so smply #ifdef protect them to support an external PMIx v3.1

Refs. open-mpi#6247

Signed-off-by: Gilles Gouaillardet <[email protected]>
@ggouaillardet
Copy link
Contributor Author

@rhc54 that should be good enough to support an external pmix v3.1 in master and v4.0.x branches.
is it good for you too ?

I do not mind backporting it to (ompi) v.3.1.x branch too.

@rhc54
Copy link
Contributor

rhc54 commented Jan 8, 2019

Definitely! Thanks!

@bwbarrett This is a pretty small change that would make life easier for packagers - I'd recommend taking it into the v3.1 series.

@ggouaillardet ggouaillardet merged commit acc2a70 into open-mpi:master Jan 8, 2019
@ggouaillardet
Copy link
Contributor Author

@bwbarrett the PR for v3.1.x is #6253
I agree with Ralph recommending taking it to the v3.1 series.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants