Skip to content

pml/ob1: fixed out of sequence bug. #4852

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
Feb 28, 2018
Merged

Conversation

thananon
Copy link
Member

@thananon thananon commented Feb 22, 2018

This commit fixes #4795

  • Fixed typo that sometimes causes deadlock in change of protocol.
  • Redesigned out of sequence ordering and address the overflow case of
    sequence number from uint16_t.

Signed-off-by: Thananon Patinyasakdikul tpatinya@utk.edu

Copy link
Member

@bosilca bosilca left a comment

Choose a reason for hiding this comment

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

@thananon please remove all validate functions, they are not necessary here.

@jsquyres
Copy link
Member

@thananon Sad panda.

While it does seem to fix the standalone runs of IMB-MPI1 Gather, when I do an overall IMB run, it still hangs randomly somewhere else in 3 out of the 5 IMB-MPI1 full runs I did.

This commit fixes open-mpi#4795

- Fixed typo that sometimes causes deadlock in change of protocol.
- Redesigned out of sequence ordering and address the overflow case of
  sequence number from uint16_t.

Signed-off-by: Thananon Patinyasakdikul <tpatinya@utk.edu>
@thananon
Copy link
Member Author

@jsquyres Please give this PR another try.

@jsquyres
Copy link
Member

@thananon Looks like we have a winner! Seems to pass all the tests on my side.

@thananon
Copy link
Member Author

@bosilca Please review and merge.

@bosilca bosilca merged commit 9944d63 into open-mpi:master Feb 28, 2018
@thananon thananon deleted the pr/ob1_oos_fix branch June 26, 2018 18:53
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.

master: MPI_Gather BTL hang (ob1 problem)
3 participants