<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It seems to be a problem with metis' interpretation of the vertex weights. If you set the vwgt=0x0 in a debugger when stopped at metis_nodend_ it completes successfully. Also, if you set the weights to 1 inside dmumps_part2.F like:<br>
<br> DO I=1,NCMP<br> FILS(I) = 1<br> ENDDO<br><br>it also runs fine. I think having zero vertex weights is probably wrong anyways.</blockquote><div><br></div><div>Thanks for the bug report. This accidentally happened due to my changes to patch MUMPS. This should work in petsc-dev now.</div>
</div>