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

remove use of MPI_COMM_WORLD #1284

Closed
cyrush opened this issue May 31, 2024 · 1 comment · Fixed by #1302
Closed

remove use of MPI_COMM_WORLD #1284

cyrush opened this issue May 31, 2024 · 1 comment · Fixed by #1302
Labels
Milestone

Comments

@cyrush
Copy link
Member

cyrush commented May 31, 2024

use comm which is available in the class instance:

DEBUG_PRINT("Rank " << relay::mpi::rank(MPI_COMM_WORLD) << " - from_node" << std::endl);

@cyrush cyrush added the bug label May 31, 2024
@cyrush
Copy link
Member Author

cyrush commented May 31, 2024

note, this is debugging code and isn't active, so I don't expect a hang in the wild, but it would still be good to fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant