X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1b4e20873a7bd405842f3d8d1e6dd1d518db5535..ed9b07e5c0c7eb6d4d38b0fe5aaea80d6996a8a7:/examples/scala/master_slave_kill/kill.tesh diff --git a/examples/scala/master_slave_kill/kill.tesh b/examples/scala/master_slave_kill/kill.tesh index 78868a18c1..f3c6df2b6d 100644 --- a/examples/scala/master_slave_kill/kill.tesh +++ b/examples/scala/master_slave_kill/kill.tesh @@ -2,12 +2,12 @@ ! output sort -$ 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...