From 54e07b002ee65cb9d5bca92abc8ef03870a01870 Mon Sep 17 00:00:00 2001 From: Markus Blatt <mblatt@dune-project.org> Date: Wed, 30 Mar 2011 00:26:14 +0000 Subject: [PATCH] Make sequential repartitioning computation the default. [[Imported from SVN: r1463]] --- 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 b04575c25..f0228b545 100644 --- a/dune/istl/repartition.hh +++ b/dune/istl/repartition.hh @@ -954,7 +954,7 @@ namespace Dune std::cout<<"Creating comm graph took "<<time.elapsed()<<std::endl; time.reset(); -#ifndef SEQUENTIAL_PARTITION +#ifdef PARALLEL_PARTITION float ubvec = 1.15; int ncon=1; -- GitLab