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);
56void eclBroadcast(Parallel::Communication, T& )
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilbioeffectsmodules.hh:43
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