Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[appveyor] temporary commit to see what's going on on the robot
[simgrid.git] / examples / java / master_slave_kill / kill.tesh
1 #! tesh
2
3 ! output sort 19
4
5 $ java -classpath ${classpath:=.} master_slave_kill/MsKill ${srcdir:=.}/../platforms/platform.xml
6 > [0.000000] [jmsg/INFO] Using regular java threads. Coroutines could speed your simulation up.
7 > [Jacquelin:master:(1) 0.000000] [jmsg/INFO] Master Hello!
8 > [Jacquelin:master:(1) 0.000000] [jmsg/INFO] Create process on host 'Boivin'
9 > [Boivin:slave:(2) 0.000000] [jmsg/INFO] Slave Hello!
10 > [Boivin:slave:(2) 0.000000] [jmsg/INFO] Send Mail1!
11 > [Jacquelin:master:(1) 1.048881] [jmsg/INFO] Received mail1!
12 > [Jacquelin:master:(1) 1.048881] [jmsg/INFO] Process2 is now killed, should exit now
13 > [1.048881] [jmsg/INFO] MSG_main finished; Cleaning up the simulation...