add mpi serialization for WListManager

This commit is contained in:
Arne Morten Kvarving
2019-12-11 14:17:10 +01:00
parent c2bff16e75
commit b2d454eaf2
3 changed files with 40 additions and 0 deletions

View File

@@ -130,6 +130,7 @@ class WellSegmentDims;
class WellSegments;
class WellTracerProperties;
class WList;
class WListManager;
namespace Mpi
{
@@ -650,8 +651,10 @@ ADD_PACK_PROTOTYPES(WellTestConfig)
ADD_PACK_PROTOTYPES(WellTestConfig::WTESTWell)
ADD_PACK_PROTOTYPES(WellTracerProperties)
ADD_PACK_PROTOTYPES(WList)
ADD_PACK_PROTOTYPES(WListManager)
} // end namespace Mpi
RestartValue loadParallelRestart(const EclipseIO* eclIO, SummaryState& summaryState,
const std::vector<Opm::RestartKey>& solutionKeys,
const std::vector<Opm::RestartKey>& extraKeys,