]> AND Public Git Repository - simgrid.git/blobdiff - examples/scala/master_slave_kill/kill.tesh
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge pull request #16 from Tien-Dat/master
[simgrid.git] / examples / scala / master_slave_kill / kill.tesh
index f22d582f9eb7e0313724c34fdf250250962a9052..f3c6df2b6dd6933a55bb46c1182aeb928fc39910 100644 (file)
@@ -2,12 +2,12 @@
 
 ! output sort
 
-$ java -cp ${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...