19 #ifndef PARALLEL_SERIALIZATION_HPP
20 #define PARALLEL_SERIALIZATION_HPP
22 #include <opm/simulators/utils/ParallelCommunication.hpp>
42 void eclStateBroadcast(Parallel::Communication comm, EclipseState& eclState, Schedule& schedule,
43 SummaryConfig& summaryConfig,
45 Action::State& actionState,
46 WellTestState& wtestState);
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: BlackoilPhases.hpp:26
void eclStateBroadcast(Parallel::Communication comm, EclipseState &eclState, Schedule &schedule, SummaryConfig &summaryConfig, UDQState &udqState, Action::State &actionState, WellTestState &)
Broadcasts an eclipse state from root node in parallel runs.
Definition: ParallelSerialization.cpp:45
void eclScheduleBroadcast(Parallel::Communication comm, Schedule &schedule)
Broadcasts an schedule from root node in parallel runs.
Definition: ParallelSerialization.cpp:60