A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
loba.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Set -g100 in ag_parameters.
[loba.git]
/
Experimentations
/
as_parameters
1
2
# define the topologies
3
TOPOLOGIES=(
4
btree
5
clique
6
hcube
7
line
8
ring
9
star
10
torus
11
)
12
13
# define the algorithms
14
ALGORITHMS=(
15
besteffort
16
makhoul
17
simple
18
lln
19
bulk
20
)
21
22
# the different platform files
23
PLATFORMS=(
24
../platform.xml
25
)
26
27
# number of hosts
28
NHOSTS=64
29
30
# total load
31
LOAD=6400
32
33
# time limit for the simulation
34
DEADLINE=10000
35
36
# optional: path to binary (default: ./loba)
37
LOBA=../loba
38
39
# optional: path to results (default: ./results)
40
#RESULTS=./results