Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
aedfdd0888673164e5668ab024b25a62ca924dbd
[simgrid.git] / examples / master_slave_bypass / bypass.tesh
1 #! ./tesh
2
3 ! output sort
4
5 $ java -cp .:${srcdir:=.}/examples:${srcdir:=.}/simgrid.jar master_slave_bypass/MsBypass ${srcdir:=.}/examples/master_slave_bypass/platform.xml
6 > [0.000000] [jmsg/INFO] Using regular java threads. Coroutines could speed your simulation up.
7 > [0.000000] [jmsg/INFO] Ready to run MSG_MAIN
8 > [0.013010] [jmsg/INFO] Done running MSG_MAIN
9 > [0.013010] [jmsg/INFO] MSG_main finished
10 > [0.013010] [jmsg/INFO] Clean java world
11 > [0.013010] [jmsg/INFO] Clean native world
12 > [alice:process2:(2) 0.000000] [jmsg/INFO] Slave Hello!
13 > [alice:process2:(2) 0.000000] [jmsg/INFO] Send finalize!
14 > [bob:process1:(1) 0.000000] [jmsg/INFO] Master Hello!
15 > [bob:process1:(1) 0.000000] [jmsg/INFO] Create process on host 'alice'
16 > [bob:process1:(1) 0.013010] [jmsg/INFO] Received Finalize. I'm done. See you!