move ebos/eclgenericvanguard.[hh|cc] to opm/simulators/flow

This commit is contained in:
Arne Morten Kvarving
2024-02-02 10:46:44 +01:00
parent 6949abbf0d
commit 1362143e48
16 changed files with 156 additions and 158 deletions

View File

@@ -31,7 +31,7 @@
#include <opm/simulators/utils/ParallelFileMerger.hpp>
#if HAVE_MPI
#include <ebos/eclgenericvanguard.hh>
#include <opm/simulators/flow/FlowGenericVanguard.hpp>
#endif
#include <fmt/format.h>
@@ -88,7 +88,7 @@ void handleExtraConvergenceOutput(SimulatorReport& report,
void checkAllMPIProcesses()
{
#if HAVE_MPI
const auto& comm = EclGenericVanguard::comm();
const auto& comm = FlowGenericVanguard::comm();
if (comm.size() > 1)
{
// we try to prevent the abort here.