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

mxx::comm.split with MPI_UNDEFINED #6

Open
tcpan opened this issue Mar 14, 2016 · 0 comments
Open

mxx::comm.split with MPI_UNDEFINED #6

tcpan opened this issue Mar 14, 2016 · 0 comments
Assignees
Labels

Comments

@tcpan
Copy link

tcpan commented Mar 14, 2016

MPI_Comm_split with MPI_UNDEFINED as color would produce a subcommunicator == MPI_COMM_NULL.

currently, mxx::comm.split(color) when supplied with MPI_UNDEFINED does not appear to handle this case properly. Subsequent calls (even when logic is branched with "if (color == x)") results in an MPI error/exception.

@patflick patflick added the bug label Mar 16, 2016
@patflick patflick self-assigned this Mar 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants