X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/281f8c29e177852dcb1591fc31e363e1176857c8..f26cd6685142f04fd0024837cd5251ceb34dbc41:/examples/java/master_slave_bypass/bypass.tesh diff --git a/examples/java/master_slave_bypass/bypass.tesh b/examples/java/master_slave_bypass/bypass.tesh index 8e05ea21c2..01efba0fe1 100644 --- a/examples/java/master_slave_bypass/bypass.tesh +++ b/examples/java/master_slave_bypass/bypass.tesh @@ -1,12 +1,12 @@ #! tesh -! output sort +! output sort 19 -$ java -classpath ${classpath:=.} master_slave_bypass/MsBypass ${srcdir:=.}/master_slave_bypass/platform.xml +$ java -classpath ${classpath:=.} master_slave_bypass/MsBypass ${srcdir:=.}/../platforms/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! +> [Boivin:process1:(1) 0.000000] [jmsg/INFO] Master Hello! +> [Boivin:process1:(1) 0.000000] [jmsg/INFO] Create process on host 'Jacquelin' +> [Jacquelin:process2:(2) 0.000000] [jmsg/INFO] Slave Hello! +> [Jacquelin:process2:(2) 0.000000] [jmsg/INFO] Send finalize! +> [Boivin:process1:(1) 1.048881] [jmsg/INFO] Received Finalize. I'm done. See you! +> [1.048881] [jmsg/INFO] MSG_main finished; Cleaning up the simulation...