<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>Hello Markus, thanks!</div><div><br></div>parmetis version <span style="font-family: Monaco; font-size: 11px;">4.0.3/openmpi/1.6.5/gcc/4.8.1</span><div><font face="Monaco"><span style="font-size: 11px;"><br></span></font></div><div><font face="Monaco"><span style="font-size: 11px;">Greetings, Benedikt</span></font></div><div><font face="Monaco"><span style="font-size: 11px;"><br></span></font></div><div><font face="Monaco"><span style="font-size: 11px;"><br></span></font><div><font face="Monaco"><span style="font-size: 11px;"><br></span></font></div><div><font face="Monaco"><span style="font-size: 11px;"><br></span></font></div><div><font face="Monaco"><span style="font-size: 11px;"><br></span></font></div><div><font face="Monaco"><span style="font-size: 11px;"><br></span></font><div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">--------------------------------------------------------------------------------------------------------------------------------------------------------------<br>Dr. sc. techn. Benedikt Oswald - first engineer - LSPR AG - phone - +41 43 366 90 74<br>Technoparkstrasse 1, CH-8005 Zürich, <a href="mailto:benedikt.oswald@lspr.ch">benedikt.oswald@lspr.ch</a> - labor vincit omnia improbus<br>--------------------------------------------------------------------------------------------------------------------------------------------------------------</div></div></div></div>
</div>
<br><div><div>On 02 May 2014, at 12:33, Dr. Markus Blatt <<a href="mailto:markus@dr-blatt.de">markus@dr-blatt.de</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">On 1. Mai 2014 09:16:30 MESZ, Benedikt Oswald <<a href="mailto:benedikt.oswald@lspr.ch">benedikt.oswald@lspr.ch</a>> wrote:<br><blockquote type="cite">Hello Markus,  thanks for the fix. In fact, the metis.h not found error<br>goes away,<br>but there is another problem with istl:<br><br>===========<br>In file included from<br>/Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/matrixredistribute.hh:5:0,<br>from<br>/Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/paamg/transfer.hh:7,<br>from<br>/Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/paamg/amg.hh:10,<br>                from <a href="http://pamgtest1.cc">pamgtest1.cc</a>:23:<br>/Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/repartition.hh:<br>At global scope:<br>/Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/repartition.hh:791:67:<br>error: ‘idxtype’ has not been declared<br>inline bool isValidGraph(std::size_t noVtx, std::size_t gnoVtx, idxtype<br>noEdges, idxtype* xadj,<br>                                                                  ^<br>/Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/repartition.hh:791:84:<br>error: ‘idxtype’ has not been declared<br>inline bool isValidGraph(std::size_t noVtx, std::size_t gnoVtx, idxtype<br>noEdges, idxtype* xadj,<br>                                                                     ^<br>/Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/repartition.hh:792:28:<br>error: ‘idxtype’ has not been declared<br>                           idxtype* adjncy, bool checkSymmetry)<br>                           ^<br>/Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/repartition.hh:<br>In function ‘bool Dune::isValidGraph(std::size_t, std::size_t, int,<br>int*, int*, bool)’:<br>/Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/repartition.hh:796:9:<br>error: ‘idxtype’ was not declared in this scope<br>    for(idxtype vtx=0; vtx<(idxtype)noVtx; ++vtx) {<br>        ^<br>/Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/repartition.hh:796:17:<br>error: expected ‘;’ before ‘vtx’<br>    for(idxtype vtx=0; vtx<(idxtype)noVtx; ++vtx) {<br>                ^<br>/Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/repartition.hh:796:24:<br>error: ‘vtx’ was not declared in this scope<br>    for(idxtype vtx=0; vtx<(idxtype)noVtx; ++vtx) {<br>                       ^<br>/Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/repartition.hh:796:37:<br>error: expected ‘;’ before ‘noVtx’<br>    for(idxtype vtx=0; vtx<(idxtype)noVtx; ++vtx) {<br>                                    ^<br>/Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/repartition.hh:796:42:<br>error: expected ‘)’ before ‘;’ token<br>    for(idxtype vtx=0; vtx<(idxtype)noVtx; ++vtx) {<br>                                         ^<br>/Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/repartition.hh:796:46:<br>error: ‘vtx’ was not declared in this scope<br>    for(idxtype vtx=0; vtx<(idxtype)noVtx; ++vtx) {<br>=============<br><br>In the opts file I use both metis and parmetis. I remember, a few<br>months ago, there was something sounding similar ?<br><br><br>platform is: mac os x, gcc 4.8.2, openmpi 1.8, latest Dune from trunk<br><br><br><br>Greetings, Benedikt<br><br><br><br><br><br><br><br>On 29 Apr 2014, at 10:50, Markus Blatt <<a href="mailto:markus@dr-blatt.de">markus@dr-blatt.de</a>> wrote:<br><br><blockquote type="cite">Hi,<br><br>thanks for the report. There were still some hickups in the fix and<br>the compile flags which are hopefully fixed by now. It might be worth<br>trying again.<br><br>Markus<br>-- <br>Do you need more support with DUNE or HPC in general? <br><br>Dr. Markus Blatt - HPC-Simulation-Software & Services<br></blockquote><a href="http://www.dr-blatt.de">http://www.dr-blatt.de</a><br><blockquote type="cite">Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany<br>Tel.: +49 (0) 160 97590858<br></blockquote></blockquote><br>Hi,<br>Thanks for the feedback. Might have broken this one and will try to fix this. What version of parmetis are you using?<br><br>Markus<br>-- <br>Dr. Blatt HPC-Simulation-Software & Services<br>Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany<br></blockquote></div><br></div></div></body></html>