Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fixed full routing support for routers, no routing complexity is added routers are...
[simgrid.git] / examples / msg / gtnets / gtnets.tesh
1 #! ./tesh
2
3 p Testing onelink communication pattern with LV08 model
4
5 $ gtnets/gtnets gtnets/onelink-p.xml gtnets/onelink-d.xml --cfg=workstation_model:compound --cfg=cpu_model:Cas01 --cfg=network_model:LV08
6 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'workstation_model' to 'compound'
7 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'cpu_model' to 'Cas01'
8 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network_model' to 'LV08'
9 > [S1:master:(1) 108.799652] [msg_test/INFO] Send completed (to C1). Transfer time: 108.799652   Agregate bandwidth: 9191.205854
10 > [S1:master:(1) 108.799652] [msg_test/INFO] Completed peer: C1 time: 108.799652
11 > [C1:slave:(2) 108.799652] [msg_test/INFO] ===> Estimated Bw of FLOW[1] : 9191.205854 ;  message from S1 to C1  with remaining : 0.000000
12
13 p Testing onelink communication pattern with GTNets model
14
15 $ gtnets/gtnets gtnets/onelink-p.xml gtnets/onelink-d.xml --cfg=workstation_model:compound --cfg=cpu_model:Cas01 --cfg=network_model:GTNets
16 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'workstation_model' to 'compound'
17 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'cpu_model' to 'Cas01'
18 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network_model' to 'GTNets'
19 > [S1:master:(1) 106.291000] [msg_test/INFO] Send completed (to C1). Transfer time: 106.291000   Agregate bandwidth: 9408.134273
20 > [S1:master:(1) 106.291000] [msg_test/INFO] Completed peer: C1 time: 106.291000
21 > [C1:slave:(2) 106.291000] [msg_test/INFO] ===> Estimated Bw of FLOW[1] : 9408.134273 ;  message from S1 to C1  with remaining : 0.000000
22
23 p Testing dogbone communication pattern with LV08 model
24
25 $ gtnets/gtnets gtnets/dogbone-p.xml gtnets/dogbone-d.xml --cfg=workstation_model:compound --cfg=cpu_model:Cas01 --cfg=network_model:LV08
26 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'workstation_model' to 'compound'
27 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'cpu_model' to 'Cas01'
28 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network_model' to 'LV08'
29 > [S1:master:(1) 0.524696] [msg_test/INFO] Send completed (to C1). Transfer time: 0.524696       Agregate bandwidth: 19058.667551
30 > [S1:master:(1) 0.524696] [msg_test/INFO] Completed peer: C1 time: 0.524696
31 > [C1:slave:(3) 0.524696] [msg_test/INFO] ===> Estimated Bw of FLOW[0] : 19058.667551 ;  message from S1 to C1  with remaining : 0.000000
32 > [C1:slave:(3) 0.524696] [msg_test/INFO] ===> Estimated Bw of FLOW[1] : 0.000000 ;  message from S2 to C2  with remaining : 10000.000000
33
34 p Testing dogbone communication pattern with GTNets model
35
36 $ gtnets/gtnets gtnets/dogbone-p.xml gtnets/dogbone-d.xml --cfg=workstation_model:compound --cfg=cpu_model:Cas01 --cfg=network_model:GTNets
37 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'workstation_model' to 'compound'
38 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'cpu_model' to 'Cas01'
39 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network_model' to 'GTNets'
40 > [S1:master:(1) 0.289923] [msg_test/INFO] Send completed (to C1). Transfer time: 0.289923       Agregate bandwidth: 34491.904922
41 > [S1:master:(1) 0.289923] [msg_test/INFO] Completed peer: C1 time: 0.289923
42 > [C1:slave:(3) 0.289923] [msg_test/INFO] ===> Estimated Bw of FLOW[0] : 34491.904922 ;  message from S1 to C1  with remaining : 0.000000
43 > [C1:slave:(3) 0.289923] [msg_test/INFO] ===> Estimated Bw of FLOW[1] : 10347.571477 ;  message from S2 to C2  with remaining : 7000.000000