X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/861d5dd084064a6532906578f8be60b84f041b84..f9e6853d2c5b7b867211700bc12f0ee57f640b30:/examples/java/masterslave/masterslave.tesh diff --git a/examples/java/masterslave/masterslave.tesh b/examples/java/masterslave/masterslave.tesh index ee1d2074b8..81be5cfed6 100644 --- a/examples/java/masterslave/masterslave.tesh +++ b/examples/java/masterslave/masterslave.tesh @@ -3,6 +3,7 @@ ! output sort $ java -classpath ${classpath:=.} masterslave/Masterslave ${srcdir:=.}/platform.xml ${srcdir:=.}/masterslave/masterslaveDeployment.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" +> [ 0.000000] (0:@) Using regular java threads. Coroutines could speed your simulation up. > [ 0.000000] (1:masterslave.Master@Jacquelin) Hello! Got 7 slaves and 5 tasks to process > [ 0.000000] (2:masterslave.Forwarder@Jackson) Receiving on 'slave_0' > [ 0.000000] (3:masterslave.Forwarder@Casavant) Receiving on 'slave_1' @@ -29,4 +30,3 @@ $ java -classpath ${classpath:=.} masterslave/Masterslave ${srcdir:=.}/platform. > [ 17.251680] (0:@) MSG_main finished; Cleaning up the simulation... > [ 17.251680] (1:masterslave.Master@Jacquelin) Goodbye now! > [ 17.251680] (8:masterslave.Slave@Browne) Received Finalize. I'm done. See you! -> [0.000000] [jmsg/INFO] Using regular java threads. Coroutines could speed your simulation up.