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
Add support for exchanging neighbouring data between MPI processes.
The user should be able to select the number of planes to exchange along each decomposed dimension.
In principle, the number of exchanged planes may be different for each dimension.
To make the implementation easy, only support exchanges with a single process along each dimension (limiting the maximum possible number of exchanged planes). This may be extended in the future.
The text was updated successfully, but these errors were encountered:
Hi @jipolanco, just thought I would let you know that I am starting to work on this in a new repo HaloPencils. I'm using the approach of 2decomp as a guide, since that is what I'm most familiar with.
I'm at a very early stage, and progress may be slow as this is not my main research focus, but if you think this is a useful implementation, then I would be happy to consider merging this into PencilArrays once it's ready for use.
Add support for exchanging neighbouring data between MPI processes.
The text was updated successfully, but these errors were encountered: