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

Private GIT Repository
Add as_parameters (as for A. Sider), copy current sample_parameters.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 20 Jun 2011 14:35:13 +0000 (16:35 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 31 Aug 2011 20:18:55 +0000 (22:18 +0200)
Experimentations/as_parameters [new file with mode: 0644]

diff --git a/Experimentations/as_parameters b/Experimentations/as_parameters
new file mode 100644 (file)
index 0000000..264b504
--- /dev/null
@@ -0,0 +1,40 @@
+
+# define the topologies
+TOPOLOGIES=(
+    btree
+    clique
+    hcube
+    line
+    ring
+    star
+    torus
+)
+
+# define the algorithms
+ALGORITHMS=(
+    besteffort
+    makhoul
+    simple
+    lln
+    bulk
+)
+
+# the different platform files
+PLATFORMS=(
+    ../platform.xml
+)
+
+# number of hosts
+NHOSTS=64
+
+# total load
+LOAD=6400
+
+# time limit for the simulation
+DEADLINE=10000
+
+# optional: path to binary (default: ./loba)
+LOBA=../loba
+
+# optional: path to results (default: ./results)
+#RESULTS=./results