Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill tracing-gtnets examples
[simgrid.git] / examples / java / master_slave_bypass / bypass.tesh
1 #! tesh
2
3 ! output sort 19
4
5 $ java -classpath ${classpath:=.} master_slave_bypass/MsBypass ${srcdir:=.}/../platforms/platform.xml
6 > [0.000000] [jmsg/INFO] Using regular java threads.
7 > [Boivin:process1:(1) 0.000000] [jmsg/INFO] Master Hello!
8 > [Boivin:process1:(1) 0.000000] [jmsg/INFO] Create process on host 'Jacquelin'
9 > [Jacquelin:process2:(2) 0.000000] [jmsg/INFO] Slave Hello!
10 > [Jacquelin:process2:(2) 0.000000] [jmsg/INFO] Send finalize!
11 > [Boivin:process1:(1) 1.048881] [jmsg/INFO] Received Finalize. I'm done. See you!
12 > [1.048881] [jmsg/INFO] MSG_main finished; Cleaning up the simulation...