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

Private GIT Repository
Set -g1000 in ag_parameters.
[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 # number of hosts
35 NHOSTS=0
36
37 # total load
38 LOAD=-1000
39
40 # time limit for the simulation
41 DEADLINE=0
42
43 # optional: additional arguments for loba (default: empty)
44 MORE_ARGS=( -l100 -m1e-4 -M10 -D5 -%-2 -g1000 )
45
46 # optional: path to binary (default: ./loba)
47 #LOBA=./loba
48
49 # optional: path to results (default: ./results)
50 #RESULTS=./results