20#ifndef OPM_PARALLELCOMMUNICATION_HEADER_INCLUDED
21#define OPM_PARALLELCOMMUNICATION_HEADER_INCLUDED
23#include <dune/common/version.hh>
24#include <dune/common/parallel/mpihelper.hh>
30 using MPIComm =
typename Dune::MPIHelper::MPICommunicator;
31#if DUNE_VERSION_NEWER(DUNE_COMMON, 2, 7)
32 using Communication = Dune::Communication<MPIComm>;
34 using Communication = Dune::CollectiveCommunication<MPIComm>;
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: BlackoilPhases.hpp:27