X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/9697f93d664e3bce7ec34e334a9488ccaa3ff685..10956ab71f4c1781311d9ab77ee06da26b2e8cf9:/Experimentations/ag_parameters?ds=sidebyside

diff --git a/Experimentations/ag_parameters b/Experimentations/ag_parameters
index 9906b5e..46dbc46 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
 )
 
@@ -23,10 +23,12 @@ ALGORITHMS=(
 PLATFORMS=(
     cluster16.xml
     cluster64.xml
-#    cluster256.xml
+    cluster256.xml
+#    cluster1024.xml
     grid16.xml
     grid64.xml
-#    grid256.xml
+    grid256.xml
+#    grid1024.xml
 )
 
 # number of hosts
@@ -36,10 +38,10 @@ NHOSTS=0
 LOAD=-1000
 
 # time limit for the simulation
-DEADLINE=10000
+DEADLINE=0
 
 # optional: additional arguments for loba (default: empty)
-MORE_ARGS=( -x4 -m1e-4 -M10 )
+MORE_ARGS=( -l100 -m1e-4 -M10 -D5 -%-2 -g10 )
 
 # optional: path to binary (default: ./loba)
 #LOBA=./loba