Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Tesh: Use 0 as a default sorting prefix
[simgrid.git] / examples / scala / master_slave_kill / kill.tesh
index 78868a1..12d0c9b 100644 (file)
@@ -1,13 +1,13 @@
 #! tesh
 
-! output sort
+! output sort 19
 
-$ java -classpath ${classpath:=.} master_slave_kill/MsKill ${srcdir:=.}/master_slave_kill/platform.xml
+$ java -classpath ${classpath:=.} master_slave_kill/MsKill ${srcdir:=.}/../platforms/small_platform.xml
 > [0.000000] [jmsg/INFO] Using regular java threads. Coroutines could speed your simulation up.
-> [0.013010] [jmsg/INFO] MSG_main finished; Cleaning up the simulation...
-> [alice:slave:(2) 0.000000] [jmsg/INFO] Slave Hello!
-> [alice:slave:(2) 0.000000] [jmsg/INFO] Send Mail1!
-> [bob:master:(1) 0.000000] [jmsg/INFO] Master Hello!
-> [bob:master:(1) 0.000000] [jmsg/INFO] Create process on host 'alice'
-> [bob:master:(1) 0.013010] [jmsg/INFO] Received mail1!
-> [bob:master:(1) 0.013010] [jmsg/INFO] Process2 is now killed, should exit now
+> [Jupiter:master:(1) 0.000000] [jmsg/INFO] Master Hello!
+> [Jupiter:master:(1) 0.000000] [jmsg/INFO] Create process on host 'alice'
+> [Tremblay:slave:(2) 0.000000] [jmsg/INFO] Slave Hello!
+> [Tremblay:slave:(2) 0.000000] [jmsg/INFO] Send Mail1!
+> [Jupiter:master:(1) 0.019014] [jmsg/INFO] Received mail1!
+> [Jupiter:master:(1) 0.019014] [jmsg/INFO] Process2 is now killed, should exit now
+> [0.019014] [jmsg/INFO] MSG_main finished; Cleaning up the simulation...