Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
760b4ca971df72ce55c8884c21665918b305e774
[simgrid.git] / teshsuite / models / cm02-set-lat-bw / cm02-set-lat-bw.tesh
1 #!/usr/bin/env tesh
2
3 $ ${bindir:=.}/cm02-set-lat-bw  "--log=root.fmt:[%10.6r]%e[%i:%a@%h]%e%m%n"
4 > [  0.000000] [0:maestro@] Configuration change: Set 'network/model' to 'CM02'
5 > [  0.000000] [0:maestro@] Configuration change: Set 'network/weight-S' to '20537'
6 > [  0.000000] [0:maestro@] Configuration change: Set 'network/crosstraffic' to '0'
7 > [  0.000000] [1:@S1] Comm to C1, same weight/penalty (w_a == w_b, ~20) for everybody, each comm should take 1s and finish at the same time
8 > [  0.000000] [3:@S2] Comm to C2, same weight/penalty (w_a == w_b, ~20) for everybody, each comm should take 1s and finish at the same time
9 > [  2.000000] [2:@C1] Received data. Elapsed 2.000000
10 > [  2.000000] [4:@C2] Received data. Elapsed 2.000000
11 > [ 10.000000] [3:@S2] Comm Flow B to C2: after 1s, change latency of L4 to increase penalty for flow B (w_b = 2* w_a)
12 > [ 10.000000] [3:@S2] rho_a = 2*rho_b, flow A receives twice the bandwidth than flow B
13 > [ 10.000000] [1:@S1] Comm Flow A to C1
14 > [ 11.753312] [2:@C1] Received data. Elapsed 1.753312
15 > [ 12.000000] [4:@C2] Received data. Elapsed 2.000000
16 > [ 20.000000] [1:@S1] Comm Flow A to C1
17 > [ 20.000000] [3:@S2] Comm Flow B to C2: after 1s, change bandwidth of L4 to increase penalty for flow B (w_b = 2* w_a)
18 > [ 20.000000] [3:@S2] rho_a = 2*rho_b, flow A receives twice the bandwidth than flow B
19 > [ 21.750000] [2:@C1] Received data. Elapsed 1.750000
20 > [ 22.000000] [4:@C2] Received data. Elapsed 2.000000
21 > [ 30.000000] [2:@C1] Bye
22 > [ 30.000000] [4:@C2] Bye