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

Private GIT Repository
run-all: add possibility to specify the variants to run in parameter file.
[loba.git] / Experimentations / sample_parameters
1 ### THIS IS A SAMPLE PARAMETER FILE FOR THE run-all SCRIPT.
2 ### DO NOT CHANGE IT TO FIT YOUR OWN EXPERIMENTATIONS,
3 ### CREATE ANOTHER FILE INSTEAD.
4
5 # define the topologies
6 TOPOLOGIES=(
7     btree
8     clique
9     hcube
10     line
11     ring
12     star
13     torus
14 )
15
16 # define the algorithms
17 ALGORITHMS=(
18     besteffort
19     makhoul
20     simple
21 )
22
23 # the different platform files
24 PLATFORMS=(
25     ../platform.xml
26 )
27
28 # variants to run
29 #VARIANTS=( plain bookkeeping )
30
31 # number of hosts
32 NHOSTS=0
33
34 # total load
35 LOAD=1000
36
37 # time limit for the simulation
38 DEADLINE=10000
39
40 # optional: additional arguments for loba (default: empty)
41 #MORE_ARGS=( -r 42 -Z )
42
43 # optional: path to binary (default: ./loba)
44 #LOBA=./loba
45
46 # optional: path to results (default: ./results)
47 #RESULTS=./results