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

Blocking MPI calls #1220

Open
1 of 4 tasks
msimberg opened this issue Nov 26, 2024 · 1 comment
Open
1 of 4 tasks

Blocking MPI calls #1220

msimberg opened this issue Nov 26, 2024 · 1 comment

Comments

@msimberg
Copy link
Collaborator

msimberg commented Nov 26, 2024

There are some places in the code base that still use blocking MPI calls. These have been used for simplicity and/or performance, but come with some risks since the underlying pika worker thread is blocked, and may lead to deadlocks. This issue lists the remaining calls (in miniapps and the main library, not the tests) so that we are aware of what's left and if anything needs to be prioritized to be changed to asynchronous communication.

Please edit or comment if you find calls that I've missed.

@albestro
Copy link
Collaborator

albestro commented Dec 9, 2024

#1221 addressed max_norm

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

No branches or pull requests

2 participants