You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: