<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Feb 8, 2014 at 5:40 PM, Barry Smith <span dir="ltr"><<a href="mailto:bsmith@mcs.anl.gov" target="_blank">bsmith@mcs.anl.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
   It appears people have been assuming sizeof(PetscInt) <= sizeof(PetscScalar) right and left in the code (to take advantage of VecScatter functionality). This is most definitely not true with —with-64-bit-indices —with-precision=single<br>

<br>
MatGetBrowsOfAoCols_MPIAIJ<br>
PCGAMGProlongator_Classical_Standard<br>
maybe others<br>
<br>
VecScatters are for moving Vec elements around, they are not a replacement for MPI calls!<br>
<br>
Please don’t do this in the future.</blockquote><div><br></div><div>Please please please use PetscSF if you have regular layouts, and PetscSection for irregular layouts.</div><div><br></div><div>  Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="HOEnZb"><font color="#888888"><br>
   Barry<br>
<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>
-- Norbert Wiener
</div></div>