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

Private GIT Repository
Use git diff instead of diff-index for setlocalversion.
[loba.git] / Experimentations / rc_parameters7
1 ### PARAMETER FILE FOR RC'S EXPERIMENTATIONS
2
3 # define the topologies
4 TOPOLOGIES=(
5   hcube
6 )
7
8 # define the algorithms
9 ALGORITHMS=(
10     simple
11     makhoul
12     besteffort
13     2besteffort
14
15 )
16
17 # the different platform files
18 PLATFORMS=(
19     cluster64.xml
20 )
21
22 # number of hosts
23 NHOSTS=0
24
25 # total load
26 LOAD=-100
27
28 # time limit for the simulation
29 DEADLINE=1000
30
31 # optional: additional arguments for loba (default: empty)
32 MORE_ARGS=(   -c1e8,0 -C1e5,0 -Z)
33
34 # optional: path to binary (default: ./loba)
35 LOBA=../loba
36
37 # optional: path to results (default: ./results)
38 RESULTS=./results7