<div dir="ltr">Thanks Hong,<div>I call ParMetis from the app code and not from within a solver.  Perhaps -info should say "called ParMetis, edgecuts = %d\n", or something like that.</div><div>Mark</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 17, 2014 at 10:46 AM, Hong <span dir="ltr"><<a href="mailto:hzhang@mcs.anl.gov" target="_blank">hzhang@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"><div dir="ltr">Mark,<div>I use <span style="font-family:arial,sans-serif;font-size:12.8000001907349px">ParMetis with mumps direct solver. I can test their installation with</span></div><div><font face="arial, sans-serif">petsc/src/ksp/ksp/examples/tutorials</font><br></div><div><font face="arial, sans-serif">mpiexec -n 2 ./ex2 -pc_type lu -pc_factor_mat_solver_package mumps -mat_mumps_icntl_28 2 -mat_mumps_icntl_29 2 -ksp_view<br></font></div><div><font face="arial, sans-serif">...</font></div><div><font face="arial, sans-serif"><div> ICNTL(28) (use parallel or sequential ordering):        2</div><div> ICNTL(29) (parallel ordering):                          2</div><div><br></div><div>To know what these parameters are, do</div><div>mpiexec -n 2 ./ex2 -pc_type lu -pc_factor_mat_solver_package mumps -help |grep mumps<br></div><div>...</div><div><div>  -mat_mumps_icntl_28 <1>: ICNTL(28): use 1 for sequential analysis and ictnl(7) ordering, or 2 for parallel analysis and ictnl(29) ordering (None)</div><div>  -mat_mumps_icntl_29 <0>: ICNTL(29): parallel ordering 1 = ptscotch 2 = parmetis (None)</div></div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Hong</div></font></span></font></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 17, 2014 at 9:12 AM, Mark Adams <span dir="ltr"><<a href="mailto:mfadams@lbl.gov" target="_blank">mfadams@lbl.gov</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">I have a code that repartitions the grid using PETSc.  I would like to know the simplest instructions that I can give my users (Pat Worley in this case) to verify that ParMetis is actually called.  I had difficulty with this my self in that -info did not seem to say ParMetis was being used.  I did verify by printing vizing the partitions that partitioning was taking place.  I am thinking I can say use -log_summary and search for download-parmetis -- is there a better way?<span><font color="#888888"><div><br></div><div>Mark</div></font></span></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>