19 #ifndef PARALLEL_SERIALIZATION_HPP 20 #define PARALLEL_SERIALIZATION_HPP 22 #include <opm/simulators/utils/ParallelCommunication.hpp> 47 EclipseState& eclState,
49 SummaryConfig& summaryConfig,
51 Action::State& actionState,
52 WellTestState& wtestState);
56 void eclBroadcast(Parallel::Communication, T& )
66 #endif // PARALLEL_SERIALIZATION_HPP This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: blackoilbioeffectsmodules.hh:45
void eclStateBroadcast(Parallel::Communication comm, EclipseState &eclState, Schedule &schedule, SummaryConfig &summaryConfig, UDQState &udqState, Action::State &actionState, WellTestState &wtestState)
Broadcasts an eclipse state from root node in parallel runs.
Definition: ParallelSerialization.cpp:75