X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/c2e3e8bc788aa97edc116a151feb705cf77fce57..24e97d18003e65787648061db7c23f0882f98d1a:/Experimentations/ag_parameters

diff --git a/Experimentations/ag_parameters b/Experimentations/ag_parameters
index f73e120..43eb3d1 100644
--- a/Experimentations/ag_parameters
+++ b/Experimentations/ag_parameters
@@ -2,20 +2,20 @@
 
 # define the topologies
 TOPOLOGIES=(
-    btree
-    clique
+#    btree
+#    clique
     hcube
     line
-    ring
-    star
+#    ring
+#    star
     torus
 )
 
 # define the algorithms
 ALGORITHMS=(
-    simple
+#    simple
     besteffort
-    2besteffort
+#    2besteffort
     makhoul
 )
 
@@ -24,9 +24,16 @@ PLATFORMS=(
     cluster16.xml
     cluster64.xml
     cluster256.xml
+#    cluster1024.xml
     grid16.xml
     grid64.xml
     grid256.xml
+#    grid1024.xml
+)
+
+VARIANTS=(
+    plain
+    bookkeeping
 )
 
 # number of hosts
@@ -36,10 +43,10 @@ NHOSTS=0
 LOAD=-1000
 
 # time limit for the simulation
-DEADLINE=10000
+DEADLINE=200000
 
 # optional: additional arguments for loba (default: empty)
-MORE_ARGS=( -r 42 )
+MORE_ARGS=( -l100 -m1e-4 -M10 -D5 -S0.1 -%1 -g2000 )
 
 # optional: path to binary (default: ./loba)
 #LOBA=./loba