X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/861d5dd084064a6532906578f8be60b84f041b84..e99158dd85fe789ea5e1a40c29f196fa6c715bcf:/examples/scala/master_slave_bypass/bypass.tesh diff --git a/examples/scala/master_slave_bypass/bypass.tesh b/examples/scala/master_slave_bypass/bypass.tesh index 95bfebb531..a38a0989cc 100644 --- a/examples/scala/master_slave_bypass/bypass.tesh +++ b/examples/scala/master_slave_bypass/bypass.tesh @@ -1,11 +1,11 @@ #! tesh -! output sort -$ java -classpath ${classpath:=.} master_slave_bypass/MsBypass ${srcdir:=.}/master_slave_bypass/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:process2:(2) 0.000000] [jmsg/INFO] Slave Hello! -> [alice:process2:(2) 0.000000] [jmsg/INFO] Send finalize! -> [bob:process1:(1) 0.000000] [jmsg/INFO] Master Hello! -> [bob:process1:(1) 0.000000] [jmsg/INFO] Create process on host 'alice' -> [bob:process1:(1) 0.013010] [jmsg/INFO] Received Finalize. I'm done. See you! +! output sort 19 +$ java -classpath ${classpath:=.} master_slave_bypass/MsBypass ${srcdir:=.}/../platforms/small_platform.xml +> [0.000000] [jmsg/INFO] Using regular java threads. +> [Jupiter:process1:(1) 0.000000] [jmsg/INFO] Master Hello! +> [Jupiter:process1:(1) 0.000000] [jmsg/INFO] Create process on host 'Tremblay' +> [Tremblay:process2:(2) 0.000000] [jmsg/INFO] Slave Hello! +> [Tremblay:process2:(2) 0.000000] [jmsg/INFO] Send finalize! +> [Jupiter:process1:(1) 0.019014] [jmsg/INFO] Received Finalize. I'm done. See you! +> [0.019014] [jmsg/INFO] MSG_main finished; Cleaning up the simulation...