Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'coverity_scan' of github.com:mquinson/simgrid
[simgrid.git] / contrib / psg / configs / edaggregation.txt
1 # network size
2 SIZE 50
3 OutputName edaggregation
4
5 # parameters of periodic execution
6 CYCLES 100
7 CYCLE SIZE*100
8
9 # parameters of message transfer
10 # delay values here are relative to cycle length, in percentage,
11 # eg 50 means half the cycle length, 200 twice the cycle length, etc.
12 MINDELAY 0
13 MAXDELAY 0
14 # drop is a probability, 0<=DROP<=1
15 DROP 0
16
17 random.seed 1234567890
18 network.size SIZE
19 simulation.endtime CYCLE*CYCLES
20 simulation.logtime CYCLE
21
22 ################### protocols ===========================
23
24 protocol.link peersim.core.IdleProtocol
25
26 protocol.avg example.edaggregation.AverageED
27 protocol.avg.linkable link
28 protocol.avg.step CYCLE
29 protocol.avg.transport tr
30
31 protocol.tr UnreliableTransport
32 protocol.tr.transport urt
33 protocol.tr.drop DROP
34
35 protocol.urt UniformRandomTransport
36 protocol.urt.mindelay (CYCLE*MINDELAY)/100
37 protocol.urt.maxdelay (CYCLE*MAXDELAY)/100
38 ################### initialization ======================
39
40 init.rndlink WireKOut
41 init.rndlink.k 20
42 init.rndlink.protocol link
43
44 init.vals LinearDistribution
45 init.vals.protocol avg
46 init.vals.max SIZE
47 init.vals.min 1
48
49 init.sch CDScheduler
50 init.sch.protocol avg
51 init.sch.randstart
52
53 ################ control ==============================
54
55 control.0 SingleValueObserver
56 control.0.protocol avg
57 control.0.step CYCLE