19#ifndef PARALLEL_SERIALIZATION_HPP
20#define PARALLEL_SERIALIZATION_HPP
22#include <opm/simulators/utils/ParallelCommunication.hpp>
43void eclStateBroadcast(Parallel::Communication comm, EclipseState& eclState, Schedule& schedule,
44 SummaryConfig& summaryConfig,
46 Action::State& actionState,
47 WellTestState& wtestState);
51void eclBroadcast(Parallel::Communication, T& )
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition BlackoilPhases.hpp:27
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:68