Skip to content

Commit

Permalink
Check if MPI is enabled
Browse files Browse the repository at this point in the history
Exclude the reservoir coupling stuff if MPI is not enabled
  • Loading branch information
hakonhagland committed Sep 9, 2024
1 parent 4fe8ce0 commit 96f31a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opm/simulators/flow/SimulatorFullyImplicitBlackoil.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,6 @@ class SimulatorFullyImplicitBlackoil : private SerializableSim
std::unique_ptr<time::StopWatch> totalTimer_;
std::unique_ptr<TimeStepper> adaptiveTimeStepping_;


#if HAVE_MPI
bool slaveMode_{false};
std::unique_ptr<ReservoirCouplingMaster> reservoirCouplingMaster_{nullptr};
Expand Down

0 comments on commit 96f31a7

Please sign in to comment.