Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove SIMIX wrappers
[simgrid.git] / examples / scala / master_slave_kill / kill.tesh
index f22d582f9eb7e0313724c34fdf250250962a9052..c06a0b8dea9a7cf11c01744a3adf8d04eb86c652 100644 (file)
@@ -1,13 +1,13 @@
 #! tesh
 
-! output sort
+! output sort 19
 
-$ java -cp ${classpath:=.} master_slave_kill/MsKill ${srcdir:=.}/master_slave_kill/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
+$ java -classpath ${classpath:=.} master_slave_kill/MsKill ${srcdir:=.}/../platforms/small_platform.xml
+> [0.000000] [jmsg/INFO] Using regular java threads.
+> [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...