# 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
)
PLATFORMS=(
cluster16.xml
cluster64.xml
-# cluster256.xml
+ cluster256.xml
grid16.xml
grid64.xml
-# grid256.xml
+ grid256.xml
)
# number of hosts
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