<div class="gmail_quote">On Mon, Aug 29, 2011 at 20:32, Tabrez Ali <span dir="ltr">&lt;<a href="mailto:stali@geology.wisc.edu">stali@geology.wisc.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":26k">If during Vecscatter (say from a global vector x to a local vector y) if &#39;is&#39; and &#39;iy&#39; are such that almost all values being scattered happen to be on the local proc then almost 0 or very little MPI calls would be made internally. Is this correct?<br>
</div></blockquote><div><br></div><div>Very few values would be sent anywhere. The number of MPI calls depends on the number of processes that need to receive values and the scatter method (methods descriptions: <a href="http://www.mcs.anl.gov/petsc/petsc-as/snapshots/petsc-dev/docs/manualpages/Vec/VecScatterCreate.html">http://www.mcs.anl.gov/petsc/petsc-as/snapshots/petsc-dev/docs/manualpages/Vec/VecScatterCreate.html</a>).</div>
</div>