From ffb9d6da3d748871e79150d66a84e666044adf15 Mon Sep 17 00:00:00 2001
From: Markus Blatt <mblatt@dune-project.org>
Date: Sat, 4 Dec 2010 11:05:29 +0000
Subject: [PATCH] Use ParMETIS by default as it scales a better and works again
 with new edge weights.

[[Imported from SVN: r1420]]
---
 dune/istl/repartition.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/istl/repartition.hh b/dune/istl/repartition.hh
index 8142cc29b..5ada1cc5c 100644
--- a/dune/istl/repartition.hh
+++ b/dune/istl/repartition.hh
@@ -933,7 +933,7 @@ namespace Dune
           std::cout<<"Creating comm graph took "<<time.elapsed()<<std::endl;
         time.reset();
 
-#ifdef PARALLEL_PARTITION
+#ifndef SEQUENTIAL_PARTITION
         float ubvec = 1.15;
         int ncon=1;
 
-- 
GitLab