mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
this was due to a missing initialization of the MPI. Because MPI_Finalize should probably called even if the program is aborted due to an exception, this is done using a helper class. (which does the same job as Dune::MPIHelper, but is much simpler.)