diff --git a/opm/simulators/linalg/ISTLSolverBda.hpp b/opm/simulators/linalg/ISTLSolverBda.hpp index 61cd95d06..efde57eda 100644 --- a/opm/simulators/linalg/ISTLSolverBda.hpp +++ b/opm/simulators/linalg/ISTLSolverBda.hpp @@ -124,7 +124,7 @@ protected: #if HAVE_MPI using CommunicationType = Dune::OwnerOverlapCopyCommunication; #else - using CommunicationType = Dune::CollectiveCommunication; + using CommunicationType = Dune::Communication; #endif public: