[mpich-discuss] How expensive is MPI_Win_create() compared to memcpy()?
Pavan Balaji
balaji at mcs.anl.gov
Mon Dec 26 23:37:47 CST 2011
On 12/20/2011 05:21 PM, Jed Brown wrote:
> If there was a way to create a window, post, and start without imposing
> a hard synchronization, it would be useful. Alternatively, if we could
> "re-seat" a window by giving it different memory...
Window creation will always need to be synchronizing, at least to gather
size and base address parameters.
"Re-seating" a window with a different memory is essentially creating a
new window. What are you trying to accomplish?
--
Pavan Balaji
http://www.mcs.anl.gov/~balaji
More information about the mpich-discuss
mailing list