From a64387ddc2bdcb09ced8739ba0445f31f3a0011b Mon Sep 17 00:00:00 2001
From: Markus Blatt <mblatt@dune-project.org>
Date: Mon, 13 Dec 2010 13:22:21 +0000
Subject: [PATCH] less output.

[[Imported from SVN: r1431]]
---
 dune/istl/repartition.hh | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dune/istl/repartition.hh b/dune/istl/repartition.hh
index 997965520..b120a974d 100644
--- a/dune/istl/repartition.hh
+++ b/dune/istl/repartition.hh
@@ -925,7 +925,9 @@ namespace Dune
         float *tpwgts = new float[nparts];
         for(int i=0; i<nparts; ++i)
           tpwgts[i]=1.0/nparts;
-        int options[5] ={ 1,3,15,0,0};
+        int options[5] ={ 1,1,15,0,0};
+        if(!verbose)
+          options[0]=0;
         MPI_Comm comm=oocomm.communicator();
 
         Dune::dinfo<<rank<<" vtxdist: ";
@@ -1106,7 +1108,9 @@ namespace Dune
           if(verbose && oocomm.communicator().rank()==0)
             std::cout<<"Creating grah one 1 process took "<<time.elapsed()<<std::endl;
           time.reset();
-          options[0]=1; options[1]=3; options[2]=1; options[3]=3; options[4]=3;
+          options[0]=1; options[1]=1; options[2]=1; options[3]=3; options[4]=3;
+          if(!verbose)
+            options[0]=0;
           // Call metis
           METIS_PartGraphKway(&noVertices, gxadj, gadjncy, gvwgt, gadjwgt, &wgtflag,
                               &numflag, &nparts, options, &edgecut, gpart);
-- 
GitLab