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

Private GIT Repository
mise a jour des résultats des expés
[loba.git] / Experimentations / ag_parameters
1 ### PARAMETER FILE FOR AG'S EXPERIMENTATIONS
2
3 # define the topologies
4 TOPOLOGIES=(
5     btree
6     clique
7     hcube
8     line
9     ring
10     star
11     torus
12 )
13
14 # define the algorithms
15 ALGORITHMS=(
16     simple
17     besteffort
18     2besteffort
19     makhoul
20 )
21
22 # the different platform files
23 PLATFORMS=(
24     cluster16.xml
25     cluster64.xml
26 #    cluster256.xml
27     grid16.xml
28     grid64.xml
29 #    grid256.xml
30 )
31
32 # number of hosts
33 NHOSTS=0
34
35 # total load
36 LOAD=-1000
37
38 # time limit for the simulation
39 DEADLINE=10000
40
41 # optional: additional arguments for loba (default: empty)
42 MORE_ARGS=( -l100 -x4 -m1e-4 -M10 )
43
44 # optional: path to binary (default: ./loba)
45 #LOBA=./loba
46
47 # optional: path to results (default: ./results)
48 #RESULTS=./results