]> AND Private Git Repository - loba.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
ag_parameters: update for last experimentations. exp_20120216
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 28 Feb 2012 07:20:22 +0000 (08:20 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 28 Feb 2012 07:20:22 +0000 (08:20 +0100)
Experimentations/ag_parameters

index 1e539835f56702e9a1cb679822e0ced002bfde98..293d9b4d8a0db61319b2fc17741c40395cf459e4 100644 (file)
@@ -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,10 @@ ALGORITHMS=(
 PLATFORMS=(
     cluster16.xml
     cluster64.xml
-#    cluster256.xml
+    cluster256.xml
     grid16.xml
     grid64.xml
-#    grid256.xml
+    grid256.xml
 )
 
 # number of hosts
@@ -39,7 +39,7 @@ LOAD=-1000
 DEADLINE=10000
 
 # optional: additional arguments for loba (default: empty)
-MORE_ARGS=( -l100 -x4 -m1e-4 -M10 )
+MORE_ARGS=( -l100 -m1e-4 -M10 -D5 -%.1)
 
 # optional: path to binary (default: ./loba)
 #LOBA=./loba