pmodels / armci-mpi

An implementation of ARMCI using MPI one-sided communication (RMA)
https://wiki.mpich.org/armci-mpi/index.php/Main_Page
Other
13 stars 7 forks source link

add MPI_Win_sync for separate memory model #49

Open jeffhammond opened 6 months ago

jeffhammond commented 6 months ago

We can properly support the separate memory model by adding MPI_Win_sync calls where appropriate, conditionalized on the separate memory model property.

We can do this globally or put the separate attribute in the GMR object.

jeffhammond commented 1 month ago

addressed by https://github.com/pmodels/armci-mpi/pull/51