Skip to content

Conversation

@karasevb
Copy link
Member

Closes #5086

@karasevb karasevb force-pushed the pmix_fence_status branch 3 times, most recently from d585cfa to 221dc37 Compare July 31, 2018 05:46
@ibm-ompi
Copy link

The IBM CI (GNU Compiler) build failed! Please review the log, linked below.

Gist: https://gist.github.com/c7391e8f58032139aeb5325d6e23f29c

@ibm-ompi
Copy link

The IBM CI (XL Compiler) build failed! Please review the log, linked below.

Gist: https://gist.github.com/0fe463389af62da504c537cf69f68475

@ibm-ompi
Copy link

The IBM CI (PGI Compiler) build failed! Please review the log, linked below.

Gist: https://gist.github.com/1d1f14f27d9637dd6c832ac665a10a75

@karasevb karasevb force-pushed the pmix_fence_status branch 2 times, most recently from 9f6cc79 to a9bb90b Compare July 31, 2018 06:34
if (OMPI_SUCCESS != (ret = opal_pmix.fence_nb(NULL, 0, fence_cbfunc,
(void*)&active))) {
OMPI_ERROR_LOG(ret);
}
Copy link
Contributor

Choose a reason for hiding this comment

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

If the fence operation returns an error, then the wait_for_completion is never going to happen. You need to skip that step.

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks. Fixed.

@hppritcha
Copy link
Member

@karasevb we use the release stream tags on the underlying issue and for a PR into a non-master branch.

Signed-off-by: Boris Karasev <karasev.b@gmail.com>
@karasevb karasevb force-pushed the pmix_fence_status branch from a9bb90b to 5768336 Compare August 6, 2018 09:02
@rhc54 rhc54 merged commit 97da19f into open-mpi:master Aug 6, 2018
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.

5 participants