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

Private GIT Repository
Add original file g5k.xml.
[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 #    cluster1024.xml
28     grid16.xml
29     grid64.xml
30     grid256.xml
31 #    grid1024.xml
32 )
33
34 VARIANTS=(
35     plain
36     bookkeeping
37 )
38
39 # number of hosts
40 NHOSTS=0
41
42 # total load
43 LOAD=-1000
44
45 # time limit for the simulation
46 DEADLINE=200000
47
48 # optional: additional arguments for loba (default: empty)
49 MORE_ARGS=( -l100 -m1e-4 -M10 -D5 -S0.1 -%1 -g2000 )
50
51 # optional: path to binary (default: ./loba)
52 #LOBA=./loba
53
54 # optional: path to results (default: ./results)
55 #RESULTS=./results