<div class="gmail_quote">On Fri, Jun 1, 2012 at 9:37 AM, Timothy Stitt <span dir="ltr"><<a href="mailto:Timothy.Stitt.9@nd.edu" target="_blank">Timothy.Stitt.9@nd.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I also have a third attempt that uses active target RMA using MPI_WIN_{START|COMPLETE} and MPI_WIN_{POST|WAIT}. Is there any benefit to using one approach over the other, in general?</blockquote></div><br><div>I would consider it a bug if post,start,complete,wait is ever slower than the other mechanisms. If you have the information, this gives the implementation more precise information about what communication may take place so it should be less synchronous. Does anyone know of circumstances where this is not the case?</div>