<div dir="ltr"><span style="font-size:12.8px">Thanks Matt,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">the local "m" and "n" are calculated based on the number of processors, right?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">how about for the case where m and n are not equal for all processors (like the example presented in MatMPIAIJSetPreallocation)? how can I find the local m and n for each processor?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I need the m and n for each processor to calculate the entries for d_nnz and o_nnz and then preallocate the matrix.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Best</div><div style="font-size:12.8px">Massoud</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Dec 3, 2016 at 6:37 PM, Matthew Knepley <span dir="ltr"><<a href="mailto:knepley@gmail.com" target="_blank">knepley@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 class="gmail_extra"><div class="gmail_quote"><span class="">On Sat, Dec 3, 2016 at 11:33 AM, Massoud Rezavand <span dir="ltr"><<a href="mailto:msdrezavand@gmail.com" target="_blank">msdrezavand@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Dear PETSc team,<div><br></div><div>Supposing to have a dynamic Mat and Vec, if I let PETSc to decide the number of local rows and local columns, i.e </div><div><br></div><div>MatSetSizes(A, PETSC_DECIDE, PETSC_DECISDE, M, N)</div><div><br></div><div>How can I get these numbers from PETSc?</div></div></blockquote><div><br></div></span><div><a href="http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/Vec/VecGetLocalSize.html" target="_blank">http://www.mcs.anl.gov/petsc/<wbr>petsc-current/docs/<wbr>manualpages/Vec/<wbr>VecGetLocalSize.html</a><br></div><div><a href="http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/Mat/MatGetLocalSize.html#MatGetLocalSize" target="_blank">http://www.mcs.anl.gov/petsc/<wbr>petsc-current/docs/<wbr>manualpages/Mat/<wbr>MatGetLocalSize.html#<wbr>MatGetLocalSize</a><br></div><div><br></div><div>   Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Thanks,</div><div>Massoud</div></div><span class="HOEnZb"><font color="#888888">
</font></span></blockquote></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br><div class="m_7699958497129283378gmail_signature">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>
</font></span></div></div>
</blockquote></div><br></div></div>