Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into hypervisor
[simgrid.git] / examples / java / pingPong / pingpong.tesh
1 #! ./tesh
2
3 ! output sort
4
5 $ java -cp .:${srcdir:=.}/examples:${srcdir:=.}/simgrid.jar pingPong/PingPongTest ${srcdir:=.}/examples/platform.xml ${srcdir:=.}/examples/pingPong/pingPongDeployment.xml
6 > [0.000000] [jmsg/INFO] Using regular java threads. Coroutines could speed your simulation up.
7 > [1.048882] [jmsg/INFO] MSG_main finished; Cleaning up the simulation...
8 > [Boivin:pingPong.Receiver:(2) 0.000000] [jmsg/INFO] hello!
9 > [Boivin:pingPong.Receiver:(2) 0.000000] [jmsg/INFO] try to get a task
10 > [Boivin:pingPong.Receiver:(2) 1.048882] [jmsg/INFO] Got at time 1.0488818628325232
11 > [Boivin:pingPong.Receiver:(2) 1.048882] [jmsg/INFO] Was sent at time 0.0
12 > [Boivin:pingPong.Receiver:(2) 1.048882] [jmsg/INFO] Communication time : 1.0488818628325232
13 > [Boivin:pingPong.Receiver:(2) 1.048882] [jmsg/INFO]  --- bw 9.533962169004269E7 ----
14 > [Boivin:pingPong.Receiver:(2) 1.048882] [jmsg/INFO] goodbye!
15 > [Jacquelin:pingPong.Sender:(1) 0.000000] [jmsg/INFO] hello!
16 > [Jacquelin:pingPong.Sender:(1) 0.000000] [jmsg/INFO] host count: 1
17 > [Jacquelin:pingPong.Sender:(1) 0.000000] [jmsg/INFO] sender time: 0.0
18 > [Jacquelin:pingPong.Sender:(1) 1.048882] [jmsg/INFO] goodbye!