Skip to content

Blocking MPI calls #1220

@msimberg

Description

@msimberg

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions