<div dir="ltr"><div class="gmail_extra">On Mon, Jan 14, 2013 at 4:34 PM, Satish Balay <span dir="ltr"><<a href="mailto:balay@mcs.anl.gov" target="_blank">balay@mcs.anl.gov</a>></span> wrote:<br><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div id=":91m">Added 2 different builds for these options.<br>

<br>
<a href="https://bitbucket.org/petsc/petsc-dev/commits/ea7d7e14f0425f98ed345b1490243b7c" target="_blank">https://bitbucket.org/petsc/petsc-dev/commits/ea7d7e14f0425f98ed345b1490243b7c</a><br>
<br>
I've enabled --with-64-bit-indices with metis/parmetis/pastix etc that<br>
are supporsed to work with it - but the builds are failing.</div></blockquote></div><br>It looks like the C89 build worked fine.</div><div class="gmail_extra"><br></div><div class="gmail_extra" style>I don't believe that PT-Scotch works with 64-bit.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">$ grep 'typedef.*SCOTCH_Num' scotch_5.1.12_esmumps/**/*.h</div><div class="gmail_extra">scotch_5.1.12_esmumps/include/ptscotch.h:typedef int32_t SCOTCH_Num;</div>
<div class="gmail_extra">scotch_5.1.12_esmumps/src/libscotch/library.h:typedef DUMMYINT SCOTCH_Num;</div><div class="gmail_extra">scotch_5.1.12_esmumps/src/libscotch/scotch.h:typedef int32_t SCOTCH_Num;</div><div class="gmail_extra">
<br></div><div class="gmail_extra" style>It looks like METIS_USE_LONGINDEX is not defined anywhere in the build, leading to that problem.<br><br>I don't know what's going on with PaStiX</div></div></div>