From 4af89f1ced59c4d6df87db77e63eec53560c58fd Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Fri, 23 Aug 2024 14:46:29 +0200 Subject: [PATCH] ISTLSolverBda: avoid using deprecated Dune::CollectiveCommunication --- opm/simulators/linalg/ISTLSolverBda.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: