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

Private GIT Repository
Add VARIANTS to ag_parameters. Create ag_parameters1024 for big platforms.
[loba.git] / Experimentations / ag_parameters1024
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=0
47
48 # optional: additional arguments for loba (default: empty)
49 MORE_ARGS=( -l100 -m1e-4 -M10 -D5 -%5 -g1000 )
50
51 # optional: path to binary (default: ./loba)
52 #LOBA=./loba
53
54 # optional: path to results (default: ./results)
55 #RESULTS=./results