Logo AND Algorithmique Numérique Distribuée

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