Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change the way the Process are killed, since we need the java stack to be empty ...
[simgrid.git] / examples / master_slave_kill / kill.tesh
1 #! ./tesh
2
3 ! output sort
4
5 $ java -cp .:${srcdir:=.}/examples:${srcdir:=.}/simgrid.jar master_slave_kill/MsKill ${srcdir:=.}/examples/master_slave_kill/platform.xml
6 > [0.000000] [jmsg/INFO] Ready to run MSG_MAIN
7 > [0.013010] [jmsg/INFO] Done running MSG_MAIN
8 > [0.013010] [jmsg/INFO] MSG_main finished
9 > [0.013010] [jmsg/INFO] Clean java world
10 > [0.013010] [jmsg/INFO] Clean native world
11 > [alice:slave:(2) 0.000000] [jmsg/INFO] Slave Hello!
12 > [alice:slave:(2) 0.000000] [jmsg/INFO] Send Mail1!
13 > [bob:master:(1) 0.000000] [jmsg/INFO] Master Hello!
14 > [bob:master:(1) 0.000000] [jmsg/INFO] Create process on host 'alice'
15 > [bob:master:(1) 0.013010] [jmsg/INFO] Received mail1!
16 > [bob:master:(1) 0.013010] [jmsg/INFO] Process2 is now killed, should exit now