A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
loba.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
run-all: add possibility to specify the variants to run in parameter file.
[loba.git]
/
Experimentations
/
sample_parameters
diff --git
a/Experimentations/sample_parameters
b/Experimentations/sample_parameters
index f4d740dd4fc13d24f3c9964d095bfc6fd4920424..044db019f39747d6022a2f3a311734d44eebca10 100644
(file)
--- a/
Experimentations/sample_parameters
+++ b/
Experimentations/sample_parameters
@@
-1,3
+1,6
@@
+### THIS IS A SAMPLE PARAMETER FILE FOR THE run-all SCRIPT.
+### DO NOT CHANGE IT TO FIT YOUR OWN EXPERIMENTATIONS,
+### CREATE ANOTHER FILE INSTEAD.
# define the topologies
TOPOLOGIES=(
# define the topologies
TOPOLOGIES=(
@@
-22,6
+25,9
@@
PLATFORMS=(
../platform.xml
)
../platform.xml
)
+# variants to run
+#VARIANTS=( plain bookkeeping )
+
# number of hosts
NHOSTS=0
# number of hosts
NHOSTS=0
@@
-31,6
+37,9
@@
LOAD=1000
# time limit for the simulation
DEADLINE=10000
# time limit for the simulation
DEADLINE=10000
+# optional: additional arguments for loba (default: empty)
+#MORE_ARGS=( -r 42 -Z )
+
# optional: path to binary (default: ./loba)
#LOBA=./loba
# optional: path to binary (default: ./loba)
#LOBA=./loba