Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Keep tesh files uptodate with some recent reindentation.
[simgrid.git] / examples / msg / gtnets / gtnets.tesh
1 #! ./tesh
2
3 p Testing simple communication patterns
4
5 $ gtnets/gtnets gtnets/onelink-p.xml gtnets/onelink-d.xml 
6 > [S1:master:(1) 0.000000] [msg_test/INFO] Send completed (to C1). Transfer time: 0.110000       Agregate bandwidth: 9090.909091
7 > [S1:master:(1) 0.000000] [msg_test/INFO] Completed peer: C1 time: 0.110000
8 > [C1:slave:(2) 0.000000] [msg_test/INFO] ===> Estimated Bw of FLOW[1] : 9090.909091 ;  message from S1 to C1  with remaining : 0.000000
9
10 $ gtnets/gtnets gtnets/dogbone-p.xml gtnets/dogbone-d.xml 
11 > [S1:master:(1) 0.000000] [msg_test/INFO] Send completed (to C1). Transfer time: 0.170000       Agregate bandwidth: 58823.529412
12 > [S1:master:(1) 0.000000] [msg_test/INFO] Completed peer: C1 time: 0.170000
13 > [C1:slave:(3) 0.000000] [msg_test/INFO] ===> Estimated Bw of FLOW[0] : 58823.529412 ;  message from S1 to C1  with remaining : 0.000000
14 > [C1:slave:(3) 0.000000] [msg_test/INFO] ===> Estimated Bw of FLOW[1] : 17647.058824 ;  message from S2 to C2  with remaining : 7000.000000
15
16 $ gtnets/gtnets gtnets/onelink-p.xml gtnets/onelink-d.xml --cfg=workstation_model=compound --cfg=network_model=GTNets --cfg=cpu_model=Cas01
17 > [0.000000] [simix_kernel/INFO] setting 'workstation_model' to 'compound'
18 > [0.000000] [xbt_cfg/INFO] type in variable = 2
19 > [0.000000] [simix_kernel/INFO] setting 'network_model' to 'GTNets'
20 > [0.000000] [xbt_cfg/INFO] type in variable = 2
21 > [0.000000] [simix_kernel/INFO] setting 'cpu_model' to 'Cas01'
22 > [0.000000] [xbt_cfg/INFO] type in variable = 2
23 > <<<<<================================>>>>>
24 > Dumping GTNETS topollogy information
25 > == LINKID: 0
26 >   [SRC] ID: 0, router?: 0, hosts[]: [ 0]
27 >   [DST] ID: 1, router?: 0, hosts[]: [ 1]
28 > >>>>>================================<<<<<
29 > [S1:master:(1) 0.171000] [msg_test/INFO] Send completed (to C1). Transfer time: 0.171000       Agregate bandwidth: 5847.953216
30 > [S1:master:(1) 0.171000] [msg_test/INFO] Completed peer: C1 time: 0.171000
31 > [C1:slave:(2) 0.171000] [msg_test/INFO] ===> Estimated Bw of FLOW[1] : 5847.953216 ;  message from S1 to C1  with remaining : 0.000000
32
33
34
35 $ gtnets/gtnets gtnets/dogbone-p.xml gtnets/dogbone-d.xml --cfg=workstation_model=compound --cfg=network_model=GTNets --cfg=cpu_model=Cas01
36 > [0.000000] [simix_kernel/INFO] setting 'workstation_model' to 'compound'
37 > [0.000000] [xbt_cfg/INFO] type in variable = 2
38 > [0.000000] [simix_kernel/INFO] setting 'network_model' to 'GTNets'
39 > [0.000000] [xbt_cfg/INFO] type in variable = 2
40 > [0.000000] [simix_kernel/INFO] setting 'cpu_model' to 'Cas01'
41 > [0.000000] [xbt_cfg/INFO] type in variable = 2
42 > <<<<<================================>>>>>
43 > Dumping GTNETS topollogy information
44 > == LINKID: 0
45 >   [SRC] ID: 4, router?: 0, hosts[]: [ 2]
46 >   [DST] ID: 3, router?: 1, hosts[]: [ 0]
47 > == LINKID: 1
48 >   [SRC] ID: 3, router?: 1, hosts[]: [ 0]
49 >   [DST] ID: 0, router?: 1, hosts[]: [ 1]
50 > == LINKID: 2
51 >   [SRC] ID: 0, router?: 1, hosts[]: [ 1]
52 >   [DST] ID: 1, router?: 0, hosts[]: [ 3]
53 > == LINKID: 3
54 >   [SRC] ID: 5, router?: 0, hosts[]: [ 4]
55 >   [DST] ID: 3, router?: 1, hosts[]: [ 0]
56 > == LINKID: 4
57 >   [SRC] ID: 0, router?: 1, hosts[]: [ 1]
58 >   [DST] ID: 2, router?: 0, hosts[]: [ 5]
59 > >>>>>================================<<<<<
60 > [S1:master:(1) 0.468142] [msg_test/INFO] Send completed (to C1). Transfer time: 0.468142       Agregate bandwidth: 21361.021775
61 > [S1:master:(1) 0.468142] [msg_test/INFO] Completed peer: C1 time: 0.468142
62 > [C1:slave:(3) 0.468142] [msg_test/INFO] ===> Estimated Bw of FLOW[0] : 21361.021775 ;  message from S1 to C1  with remaining : 0.000000
63 > [C1:slave:(3) 0.468142] [msg_test/INFO] ===> Estimated Bw of FLOW[1] : 4272.204355 ;  message from S2 to C2  with remaining : 8000.000000
64