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

Private GIT Repository
Merge branch 'master' of ssh://info.iut-bm.univ-fcomte.fr/loba
[loba.git] / Experimentations / sample_parameters
1
2 # define the topologies
3 TOPOLOGIES=(
4     btree
5     clique
6     hcube
7     line
8     ring
9     star
10     torus
11 )
12
13 # define the algorithms
14 ALGORITHMS=(
15     besteffort
16     makhoul
17     simple
18 )
19
20 # the different platform files
21 PLATFORMS=(
22     ../platform.xml
23 )
24
25 # number of hosts
26 NHOSTS=0
27
28 # total load
29 LOAD=1000
30
31 # time limit for the simulation
32 DEADLINE=10000
33
34 # optional: path to binary (default: ./loba)
35 #LOBA=./loba
36
37 # optional: path to results (default: ./results)
38 #RESULTS=./results