Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Conversation

@rhc54
Copy link

@rhc54 rhc54 commented Apr 25, 2016

If pmix.fence_nb is available, then call it and cycle opal_progress until complete. If pmix.fence_nb is not available, then do an MPI_Barrier and call pmix.fence.

Needs to go over to 2.x

(cherry picked from commit open-mpi/ompi@7373111)

@rhc54 rhc54 added this to the v2.0.0 milestone Apr 25, 2016
@mellanox-github
Copy link

Test PASSed.
See http://bgate.mellanox.com/jenkins/job/gh-ompi-release-pr/1550/ for details.

@bosilca
Copy link
Member

bosilca commented Apr 25, 2016

👍 Thanks Ralph for the quick fix.

@rhc54 rhc54 added the reviewed label Apr 25, 2016
….fence_nb is available, then call it and cycle opal_progress until complete. If pmix.fence_nb is not available, then do an MPI_Barrier and call pmix.fence.

Needs to go over to 2.x

(cherry picked from commit open-mpi/ompi@7373111)

ompi_mpi_finalize: add/update comments

This is a follow-on to open-mpi/ompi@7373111: add some comments
explaining why the code is the way it is.  Also update a previous
comment.

Also, call the back-end barrier directly; do not invoke
MPI_Barrier() (we don't invoke the MPI API from anywhere in OMPI --
except ROMIO, because that's an external package -- so that we don't
accidentally trip PMPI-based tools).

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>

(cherry picked from commit open-mpi/ompi@8ab88f2)
@mellanox-github
Copy link

Test FAILed.
See http://bgate.mellanox.com/jenkins/job/gh-ompi-release-pr/1553/ for details.

@rhc54
Copy link
Author

rhc54 commented Apr 25, 2016

The Mellanox failure is unrelated to this PR - has something to do with a missing asm file?

@jsquyres
Copy link
Member

@rhc54 @Di0gen We've seen this type of failure from Mellanox Jenkins before: it complains that the depcomp script doesn't exist. I don't know why this happens -- a bot:retest to make it go again usually works.

bot:retest

@mellanox-github
Copy link

Test PASSed.
See http://bgate.mellanox.com/jenkins/job/gh-ompi-release-pr/1557/ for details.

@jsquyres jsquyres merged commit 30cbdee into open-mpi:v2.x Apr 26, 2016
@hppritcha
Copy link
Member

well this commit causes aprun launched jobs to hang in MPI_Finalize for a simple hello world program.

@rhc54
Copy link
Author

rhc54 commented Apr 28, 2016

Is it hanging in the MPI_Barrier? Or in the pmix.fence?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants