<div class="gmail_quote">On Sun, Jan 1, 2012 at 22:16, Dave Goodell <span dir="ltr">&lt;<a href="mailto:goodell@mcs.anl.gov">goodell@mcs.anl.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Jed and I previously talked about this offline.  I don&#39;t think that dynamic windows are a good match for his problem because all that it would do is shift the burden of determining buffer address starting offsets from the MPI implementation to his code.</blockquote>
</div><br><div>Right, so long as my code would have to know the memory address of the newly attached buffer on the remote process.</div><div><br></div><div>The ideal thing from my perspective would be to re-seat a window with new memory and have the new base address be communicated (if necessary) during the next MPI_Win_post/start. That seems like something that should be possible without minimal overhead relative to reusing existing memory, but maybe I&#39;m missing some details of the implementation.</div>