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 upper limit to shared buffer copy size and do flow control. #6

Closed pmrsbot closed 6 years ago

pmrsbot commented 6 years ago

Reported by jhammond on 14 May 2013 13:48 UTC May be most useful for strided as a first cut.

jeffhammond commented 6 years ago

I don't think this is necessary anymore because MPI-3 RMA doesn't require the extra copies. As for flow-control, this is MPI's job.