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

Private GIT Repository
Add VARIANTS to ag_parameters. Create ag_parameters1024 for big platforms.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 7 Mar 2012 11:12:55 +0000 (12:12 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 7 Mar 2012 11:12:55 +0000 (12:12 +0100)
Experimentations/ag_parameters
Experimentations/ag_parameters1024 [new file with mode: 0644]

index 26ca04b04cf428be4c442f6ffddf5ba6ff105927..d172a42c61bde52e43698527c4857422d59bfcc8 100644 (file)
@@ -31,6 +31,11 @@ PLATFORMS=(
 #    grid1024.xml
 )
 
+VARIANTS=(
+    plain
+    bookkeeping
+)
+
 # number of hosts
 NHOSTS=0
 
diff --git a/Experimentations/ag_parameters1024 b/Experimentations/ag_parameters1024
new file mode 100644 (file)
index 0000000..eba64b5
--- /dev/null
@@ -0,0 +1,55 @@
+### PARAMETER FILE FOR AG'S EXPERIMENTATIONS
+
+# define the topologies
+TOPOLOGIES=(
+#    btree
+#    clique
+    hcube
+    line
+#    ring
+#    star
+    torus
+)
+
+# define the algorithms
+ALGORITHMS=(
+#    simple
+    besteffort
+#    2besteffort
+    makhoul
+)
+
+# the different platform files
+PLATFORMS=(
+#    cluster16.xml
+#    cluster64.xml
+#    cluster256.xml
+    cluster1024.xml
+#    grid16.xml
+#    grid64.xml
+#    grid256.xml
+    grid1024.xml
+)
+
+VARIANTS=(
+#    plain
+    bookkeeping
+)
+
+# number of hosts
+NHOSTS=0
+
+# total load
+LOAD=-1000
+
+# time limit for the simulation
+DEADLINE=0
+
+# optional: additional arguments for loba (default: empty)
+MORE_ARGS=( -l100 -m1e-4 -M10 -D5 -%5 -g1000 )
+
+# optional: path to binary (default: ./loba)
+#LOBA=./loba
+
+# optional: path to results (default: ./results)
+#RESULTS=./results