Skip to content

pmix/pmix2x: fix errors in event abstration #3587

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
May 26, 2017

Conversation

hjelmn
Copy link
Member

@hjelmn hjelmn commented May 26, 2017

Parts of the pmix2x component called the event_* functions directly
instead of the opal_event_* wrappers. This is fine as long as we are
using libevent but becomes a problem with other event libraries.

Signed-off-by: Nathan Hjelm [email protected]

Parts of the pmix2x component called the event_* functions directly
instead of the opal_event_* wrappers. This is fine as long as we are
using libevent but becomes a problem with other event libraries.

Signed-off-by: Nathan Hjelm <[email protected]>
@hjelmn hjelmn requested a review from rhc54 May 26, 2017 15:49
@hjelmn
Copy link
Member Author

hjelmn commented May 26, 2017

@rhc54 Pulled this out of my libev PR. Will try to get all the abstraction changes in place so I can try to add libev again.

Copy link
Contributor

@rhc54 rhc54 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me - I believe we also fixed the pmix ones as well earlier, so this should be ready now

@hjelmn
Copy link
Member Author

hjelmn commented May 26, 2017

Yeah, I think we did get the ones in pmix. Will double-check today. If not I will open a PR on pmix.

@hjelmn
Copy link
Member Author

hjelmn commented May 26, 2017

Yup. openpmix/openpmix@4b49b34

@hjelmn hjelmn merged commit 33d5988 into open-mpi:master May 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants