From: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Date: Fri, 4 Feb 2011 13:56:58 +0000 (+0100)
Subject: Change default communication cost.
X-Git-Tag: v0.1~174
X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/6ae1cabdf57441c02c1c85026255ccceef9fc8a0

Change default communication cost.
---

diff --git a/options.cpp b/options.cpp
index 85c2130..4e8de74 100644
--- a/options.cpp
+++ b/options.cpp
@@ -51,7 +51,7 @@ namespace opt {
     // Application parameters
     // fixme: find better defaults
     cost_func comp_cost("1e9, 0");
-    cost_func comm_cost("1, 0");
+    cost_func comm_cost("1e6, 0");
     double min_iter_duration = 1.0;
 
     // Parameters for the end of the simulation