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

Private GIT Repository
modif expe raph
[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 # number of hosts
29 NHOSTS=0
30
31 # total load
32 LOAD=1000
33
34 # time limit for the simulation
35 DEADLINE=10000
36
37 # optional: additional arguments for loba (default: empty)
38 #MORE_ARGS=( -r 42 -Z )
39
40 # optional: path to binary (default: ./loba)
41 #LOBA=./loba
42
43 # optional: path to results (default: ./results)
44 #RESULTS=./results