changed: split ParallelRestart.hpp/cpp in two bits

the mpi serialization bit is put in MPISerializer.hpp/cpp,
while the parallel restart bit stays in ParallelRestart
This commit is contained in:
Arne Morten Kvarving
2022-09-07 11:21:35 +02:00
parent fc259fdb91
commit 1838b39d2e
8 changed files with 1126 additions and 1068 deletions

View File

@@ -25,7 +25,7 @@
#include <boost/test/unit_test.hpp>
#include <opm/simulators/utils/ParallelRestart.hpp>
#include <opm/simulators/utils/MPIPacker.hpp>
#include <dune/common/parallel/mpihelper.hh>
#include <numeric>