Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a3b011a336ff63b6bbf155aa695a83847303307c
[simgrid.git] / examples / java / trace / pingpong / trace_pingpong.tesh
1 #! tesh
2
3 ! output sort 19
4
5 $ java -classpath ${classpath:=.} trace/pingpong/Main ${srcdir:=.}/../platforms/small_platform.xml --cfg=tracing:yes  --cfg=tracing/filename:simulation.trace --cfg=tracing/platform:yes
6 > [0.000000] [jmsg/INFO] Using regular java threads.
7 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing' to 'yes'
8 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/filename' to 'simulation.trace'
9 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/platform' to 'yes'
10 > [3.817809] [jmsg/INFO] MSG_main finished; Cleaning up the simulation...
11 > [Boivin:Receiver:(2) 0.000000] [jmsg/INFO] hello!
12 > [Boivin:Receiver:(2) 0.000000] [jmsg/INFO] try to get a task
13 > [Boivin:Receiver:(2) 1.048882] [jmsg/INFO] Got at time 1.0488818628325232
14 > [Boivin:Receiver:(2) 1.048882] [jmsg/INFO] Was sent at time 0.0
15 > [Boivin:Receiver:(2) 1.048882] [jmsg/INFO] Communication time : 1.0488818628325232
16 > [Boivin:Receiver:(2) 1.048882] [jmsg/INFO]  --- bw 9.533962169004269E7 ----
17 > [Boivin:Receiver:(2) 2.097764] [jmsg/INFO] goodbye!
18 > [Jacquelin:Sender:(1) 0.000000] [jmsg/INFO] hello !
19 > [Jacquelin:Sender:(1) 0.000000] [jmsg/INFO] host count: 2
20 > [Jacquelin:Sender:(1) 0.000000] [jmsg/INFO] sender time: 0.0
21 > [Jacquelin:Sender:(1) 2.097764] [jmsg/INFO] Got at time 2.0977637256650463
22 > [Jacquelin:Sender:(1) 2.097764] [jmsg/INFO] Was sent at time 0.0
23 > [Jacquelin:Sender:(1) 2.097764] [jmsg/INFO] Communication time : 2.0977637256650463
24 > [Jacquelin:Sender:(1) 2.097764] [jmsg/INFO]  --- bw 4.7669810845021345E7 ----
25 > [Jacquelin:Sender:(1) 2.097764] [jmsg/INFO] sender time: 2.0977637256650463
26 > [Jacquelin:Sender:(1) 3.817809] [jmsg/INFO] Got at time 3.8178087458100927
27 > [Jacquelin:Sender:(1) 3.817809] [jmsg/INFO] Was sent at time 2.0977637256650463
28 > [Jacquelin:Sender:(1) 3.817809] [jmsg/INFO] Communication time : 1.7200450201450463
29 > [Jacquelin:Sender:(1) 3.817809] [jmsg/INFO]  --- bw 5.813801315012516E7 ----
30 > [Jacquelin:Sender:(1) 3.817809] [jmsg/INFO] goodbye!
31 > [Tremblay:Receiver:(3) 0.000000] [jmsg/INFO] hello!
32 > [Tremblay:Receiver:(3) 0.000000] [jmsg/INFO] try to get a task
33 > [Tremblay:Receiver:(3) 2.957786] [jmsg/INFO] Got at time 2.9577862357375695
34 > [Tremblay:Receiver:(3) 2.957786] [jmsg/INFO] Was sent at time 2.0977637256650463
35 > [Tremblay:Receiver:(3) 2.957786] [jmsg/INFO] Communication time : 0.8600225100725232
36 > [Tremblay:Receiver:(3) 2.957786] [jmsg/INFO]  --- bw 1.1627602630025032E8 ----
37 > [Tremblay:Receiver:(3) 3.817809] [jmsg/INFO] goodbye!
38
39 $ rm -rf simulation.trace