diff --git a/dune/istl/paamg/hierarchy.hh b/dune/istl/paamg/hierarchy.hh index 49aa288b9283943fc28814a9bb32f2af75e0bf6d..afa526a5151a4b30b0bdc715a96d21fb824a0945 100644 --- a/dune/istl/paamg/hierarchy.hh +++ b/dune/istl/paamg/hierarchy.hh @@ -708,9 +708,6 @@ namespace Dune ri.checkInterface(origComm.indexSet(), newComm->indexSet(), origComm.communicator()); #endif redistributeMatrix(const_cast<M&>(origMatrix), newMatrix, origComm, *newComm, ri); -#if !HAVE_PARMETIS && HAVE_MPI - #warning Parmetis is not installed or used. Did you use the parmetis flags? It is strongly recommend to use parallel AMG with parmetis. -#endif #ifdef DEBUG_REPART if(origComm.communicator().rank()==0)