Files
opm-simulators/flow
Markus Blatt 859e00254e [bugfix] Make sure MPI_FInalize is called before the return in main.
A correct MPI program should do that.

As MPI_Finalize is part of the destructor of MainObject we need to
make sure that it's destructor is called before the return statement.
We do that manually  by resetting the unique_ptr that we now use to
store the MainObject,
2023-07-19 13:44:12 +02:00
..
2021-12-08 16:52:23 +01:00
2023-05-26 16:24:38 +02:00
2023-05-24 16:03:09 +02:00