Skip to content
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

Fix treematch topology assert #4644

Merged
merged 2 commits into from
Jan 3, 2018
Merged

Conversation

bosilca
Copy link
Member

@bosilca bosilca commented Dec 20, 2017

Fixes the root cause of #4303.
Force all output to use OMPI infrastructure.

Signed-off-by: George Bosilca bosilca@icl.utk.edu

Copy link
Member

@bwbarrett bwbarrett left a comment

Choose a reason for hiding this comment

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

This feels like it should be two commits, one for the output changes and one for the assert changes. It also would be awesome to have some documentation on what was broken and how you fixed it w.r.t the asserts.

@bosilca
Copy link
Member Author

bosilca commented Dec 20, 2017

argh, there were 2 commits and I squashed them ... Let me split them again then.

Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
In both cases we were comparing with the wrong size, it should be either
the number of local processes or the number of nodes, and not the size
of the communicator.

Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
@bosilca
Copy link
Member Author

bosilca commented Dec 20, 2017

The fixes were isolated into a single commit. The redirection of the debug output to the OMPI infrastructure is now on its own commit.

@bwbarrett
Copy link
Member

haha; thanks!

@bwbarrett
Copy link
Member

@bosilca, want to merge these?

@bosilca bosilca merged commit ef38ca5 into open-mpi:master Jan 3, 2018
@gpaulsen gpaulsen mentioned this pull request Jan 16, 2018
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.

3 participants