Logo AND Algorithmique Numérique Distribuée

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