Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
java example simplification and cosmetics
[simgrid.git] / examples / java / app / pingpong / app_pingpong.tesh
1 #! tesh
2
3 $ java -classpath ${classpath:=.} app/pingpong/Main ${srcdir:=.}/../platforms/small_platform.xml
4 > [0.000000] [java/INFO] Using regular java threads.
5 > [Jacquelin:Sender:(1) 0.000000] [java/INFO] Host count: 1
6 > [Jacquelin:Sender:(1) 0.000000] [java/INFO] sender time: 0.0
7 > [Boivin:Receiver:(2) 0.000000] [java/INFO] Wait for a task
8 > [Boivin:Receiver:(2) 1.048882] [java/INFO] Got one that was sent at time 0.0
9 > [Boivin:Receiver:(2) 1.048882] [java/INFO] Communication time : 1.0488818628325232
10 > [Boivin:Receiver:(2) 1.048882] [java/INFO]  --- bw 9.533962169004269E7 ----
11 > [Boivin:Receiver:(2) 1.048882] [java/INFO] Done.
12 > [Jacquelin:Sender:(1) 1.048882] [java/INFO] Done.
13 > [1.048882] [java/INFO] MSG_main finished; Cleaning up the simulation...