<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;">Hello Markus,  thanks for the fix. In fact, the metis.h not found error goes away,<div>but there is another problem with istl:</div><div><br></div><div>===========</div><div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">In file included from /Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/matrixredistribute.hh:5:0,</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">                 from /Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/paamg/transfer.hh:7,</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">                 from /Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/paamg/amg.hh:10,</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">                 from <a href="http://pamgtest1.cc">pamgtest1.cc</a>:23:</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">/Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/repartition.hh: At global scope:</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">/Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/repartition.hh:791:67: error: ‘idxtype’ has not been declared</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">   inline bool isValidGraph(std::size_t noVtx, std::size_t gnoVtx, idxtype noEdges, idxtype* xadj,</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">                                                                   ^</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">/Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/repartition.hh:791:84: error: ‘idxtype’ has not been declared</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">   inline bool isValidGraph(std::size_t noVtx, std::size_t gnoVtx, idxtype noEdges, idxtype* xadj,</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">                                                                                    ^</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">/Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/repartition.hh:792:28: error: ‘idxtype’ has not been declared</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">                            idxtype* adjncy, bool checkSymmetry)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">                            ^</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">/Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/repartition.hh: In function ‘bool Dune::isValidGraph(std::size_t, std::size_t, int, int*, int*, bool)’:</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">/Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/repartition.hh:796:9: error: ‘idxtype’ was not declared in this scope</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">     for(idxtype vtx=0; vtx<(idxtype)noVtx; ++vtx) {</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">         ^</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">/Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/repartition.hh:796:17: error: expected ‘;’ before ‘vtx’</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">     for(idxtype vtx=0; vtx<(idxtype)noVtx; ++vtx) {</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">                 ^</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">/Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/repartition.hh:796:24: error: ‘vtx’ was not declared in this scope</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">     for(idxtype vtx=0; vtx<(idxtype)noVtx; ++vtx) {</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">                        ^</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">/Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/repartition.hh:796:37: error: expected ‘;’ before ‘noVtx’</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">     for(idxtype vtx=0; vtx<(idxtype)noVtx; ++vtx) {</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">                                     ^</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">/Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/repartition.hh:796:42: error: expected ‘)’ before ‘;’ token</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">     for(idxtype vtx=0; vtx<(idxtype)noVtx; ++vtx) {</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">                                          ^</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">/Users/oswald/gitwork/hades-pure-dune/dune-istl/dune/istl/repartition.hh:796:46: error: ‘vtx’ was not declared in this scope</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">     for(idxtype vtx=0; vtx<(idxtype)noVtx; ++vtx) {</div></div><div>=============</div><div><br></div><div>In the opts file I use both metis and parmetis. I remember, a few months ago, there was something sounding similar ?</div><div><br></div><div><br></div><div>platform is: mac os x, gcc 4.8.2, openmpi 1.8, latest Dune from trunk</div><div><br></div><div><br></div><div><br></div><div>Greetings, Benedikt</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br><div><div>On 29 Apr 2014, at 10:50, Markus Blatt <<a href="mailto:markus@dr-blatt.de">markus@dr-blatt.de</a>> wrote:</div><br class="Apple-interchange-newline"><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 <a href="http://www.dr-blatt.de">http://www.dr-blatt.de</a><br>Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany<br>Tel.: +49 (0) 160 97590858<br></blockquote></div><br></div></body></html>