<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Feb 7, 2018 at 2:08 PM, Paula Sanematsu <span dir="ltr"><<a href="mailto:paulasan@gmail.com" target="_blank">paulasan@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I am using PETSc 3.7.6 and Fortran.</div><div><br></div><div>I am trying to output a PETSc vector that contains the solution of a linear system. I am using VecView with the PETSC_VIEWER_ASCII_INDEX format as follows:</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="monospace, monospace">call PetscViewerASCIIOpen(PETSC_<wbr>COMM_WORLD,"output.dat",<wbr>viewer,ierr)</font></div><div><font face="monospace, monospace">call PetscViewerPushFormat(viewer,<wbr>PETSC_VIEWER_ASCII_INDEX,ierr)</font></div><div><font face="monospace, monospace">call VecView(myVec,viewer,ierr)</font></div></blockquote><div><br></div><div>When I run with 4 processors, my output file looks like:</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="monospace, monospace">Vec Object: 4 MPI processes</font></div><div><font face="monospace, monospace">  type: mpi</font></div><div><font face="monospace, monospace">Process [0]</font></div><div><font face="monospace, monospace">0: 30.7501</font></div><div><font face="monospace, monospace">1: 164.001</font></div><div><font face="monospace, monospace">2: 41.0001</font></div><div><font face="monospace, monospace">3: 164.001</font></div><div><font face="monospace, monospace">.</font></div><div><font face="monospace, monospace">.</font></div><div><font face="monospace, monospace">.</font></div><div><font face="monospace, monospace">Process [1]</font></div><div><font face="monospace, monospace">4988: 60.1443</font></div><div><font face="monospace, monospace">4989: 157.257</font></div><div><font face="monospace, monospace">4990: 271.518</font></div><div><font face="monospace, monospace">4991: 366.669</font></div><div><font face="monospace, monospace">.</font></div><div><font face="monospace, monospace">.</font></div><div><font face="monospace, monospace">.</font></div><div><font face="monospace, monospace">Process [2]</font></div><div><font face="monospace, monospace">9977: 114.948</font></div><div><font face="monospace, monospace">9978: -77.2896</font></div><div><font face="monospace, monospace">9979: 823.142</font></div><div><font face="monospace, monospace">9980: -1096.19</font></div><div><font face="monospace, monospace">.</font></div><div><font face="monospace, monospace">.</font></div><div><font face="monospace, monospace">.</font></div><div><font face="monospace, monospace">Process [3]</font></div><div><font face="monospace, monospace">14916: 0.</font></div><div><font face="monospace, monospace">14917: 4.4056</font></div><div><font face="monospace, monospace">14918: 2.08151</font></div><div><font face="monospace, monospace">14919: -0.110862</font></div><div><font face="monospace, monospace">.</font></div><div><font face="monospace, monospace">.</font></div><div><font face="monospace, monospace">.</font></div><div><font face="monospace, monospace">19843: 0.</font></div></blockquote><div><br></div><div>My question is: each processor outputs the part of the vector that it owns? Or does PETSc collects each processor's parts and then processor 0 sequentially outputs the 1st quarter of the global vector, processor 1 outputs the 2nd quarter of the global vector, processor 2 outputs the 3rd quarter of the global vector, and so on? Or, does PETSc do something else?</div></div></blockquote><div><br></div><div>There is no difference between those two. The process portions are contiguous.</div><div><br></div><div>Where are you going to read this in? It seems like there must be a more appropriate format for you.</div><div><br></div><div>  Thanks,</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"><div dir="ltr"><div>Thank you!</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Paula</div><div><br></div></font></span></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>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><br></div><div><a href="http://www.caam.rice.edu/~mk51/" target="_blank">https://www.cse.buffalo.edu/~knepley/</a><br></div></div></div></div></div>
</div></div>