Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix errors caught by java -Xcheck:jni.
[simgrid.git] / examples / java / master_slave_kill / kill.tesh
1 #! tesh
2
3 ! output sort
4
5 $ java -cp ${classpath:=.} master_slave_kill/MsKill ${srcdir:=.}/master_slave_kill/platform.xml
6 > [0.000000] [jmsg/INFO] Using regular java threads. Coroutines could speed your simulation up.
7 > [0.013010] [jmsg/INFO] MSG_main finished; Cleaning up the simulation...
8 > [alice:slave:(2) 0.000000] [jmsg/INFO] Slave Hello!
9 > [alice:slave:(2) 0.000000] [jmsg/INFO] Send Mail1!
10 > [bob:master:(1) 0.000000] [jmsg/INFO] Master Hello!
11 > [bob:master:(1) 0.000000] [jmsg/INFO] Create process on host 'alice'
12 > [bob:master:(1) 0.013010] [jmsg/INFO] Received mail1!
13 > [bob:master:(1) 0.013010] [jmsg/INFO] Process2 is now killed, should exit now