[Dune] Problem with GmshReader

Markus Blatt markus at dr-blatt.de
Mon Nov 11 08:59:25 CET 2013


Hi Mladen,

I am really not sure whether this has anything to do with the problem,
but it might be worth a shot:

When using our MPIHelper together with a return statement there might
be issues in parallel runs as MPI_Finalize might not be called
correctly. 

Please introduce an additional scope into your program:

int main(...){
   {
     MPIHelper& ...
     ....
   }
   return 0;
}

Cheers,

Markus
-- 
Do you need more support with DUNE or HPC in general? 

Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de
Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany
Tel.: +49 (0) 160 97590858  Fax: +49 (0)322 1108991658 




More information about the Dune mailing list