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

@@ -73,6 +73,7 @@ list (APPEND MAIN_SOURCE_FILES
opm/simulators/timestepping/gatherConvergenceReport.cpp
opm/simulators/utils/DeferredLogger.cpp
opm/simulators/utils/gatherDeferredLogger.cpp
opm/simulators/utils/MPIPacker.cpp
opm/simulators/utils/ParallelFileMerger.cpp
opm/simulators/utils/ParallelRestart.cpp
opm/simulators/wells/ALQState.cpp