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

MPI Boundary Exchange Optimization #22

Open
pressel opened this issue Oct 22, 2015 · 0 comments
Open

MPI Boundary Exchange Optimization #22

pressel opened this issue Oct 22, 2015 · 0 comments

Comments

@pressel
Copy link
Owner

pressel commented Oct 22, 2015

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.

trontrytel pushed a commit to trontrytel/pycles that referenced this issue Mar 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant