Skip to content
Snippets Groups Projects
Commit 8fbb18cd authored by Dennis Gläser's avatar Dennis Gläser Committed by Timo Koch
Browse files

[linear][parallelhelper] remove obsolete mpi guard

On minimal setups without MPI installed, the box tests failed to compile
as the FVAssembler uses the ParallelVectorHelper class, which itself was
hidden behind a HAVE_MPI guard. Tests with setups where MPI is not
installed showed that the tests compile and run also without the guard.
parent c22c6ce5
No related branches found
No related tags found
1 merge request!2424Fix/fvassembler include
...@@ -25,8 +25,6 @@ ...@@ -25,8 +25,6 @@
#ifndef DUMUX_LINEAR_PARALLELHELPERS_HH #ifndef DUMUX_LINEAR_PARALLELHELPERS_HH
#define DUMUX_LINEAR_PARALLELHELPERS_HH #define DUMUX_LINEAR_PARALLELHELPERS_HH
#if HAVE_MPI
#include <dune/geometry/dimension.hh> #include <dune/geometry/dimension.hh>
#include <dune/grid/common/datahandleif.hh> #include <dune/grid/common/datahandleif.hh>
#include <dune/grid/common/partitionset.hh> #include <dune/grid/common/partitionset.hh>
...@@ -788,5 +786,4 @@ void prepareLinearAlgebraParallel(Matrix& A, Vector& b, ...@@ -788,5 +786,4 @@ void prepareLinearAlgebraParallel(Matrix& A, Vector& b,
} // end namespace Dumux } // end namespace Dumux
#endif // HAVE_MPI
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment