Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

MPI Boundary Exchange Optimization  #22

@pressel

Description

@pressel

At present we use a simple blocking Sendrecv construct to do MPI boundary exchanges. This is likely not optimal as it requires multiple copies of the buffer. Rewriting the communication to be non-blocking and using custom MPI Datatypes seems like the obvious alternative.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions