--- /dev/null
+
+# 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