<div class="gmail_quote">On Mon, Feb 13, 2012 at 18:17, Mohammad Mirzadeh <span dir="ltr">&lt;<a href="mailto:mirzadeh@gmail.com">mirzadeh@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>When using -mat_partitioning_view flag, PETSc reports number of edge cuts. Is this the number of edge cuts in the graph for the new partitioning (i.e. using new global numbering)? </div></blockquote><div><br></div><div>
yes</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div><br></div><div>Also, does the partitioning favors minimizing the edge cuts over having equal number of points per processor? If so, how can this be altered?</div></blockquote></div><br><div>Metis and ParMetis balance the partitions &quot;equally&quot; (within 1 vertex), then tries to minimize the edge cut. Assuming that is the partitioner you are using, that is what you will get.</div>