X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f4ed810d292615d6b5006fff0d3ea24aefbe2002..f26cd6685142f04fd0024837cd5251ceb34dbc41:/examples/java/async/async.tesh diff --git a/examples/java/async/async.tesh b/examples/java/async/async.tesh index 71b6709635..8a487e1e55 100644 --- a/examples/java/async/async.tesh +++ b/examples/java/async/async.tesh @@ -1,8 +1,9 @@ -#! ./tesh +#! tesh -! output sort - -$ java -cp ${classpath:=.} async/AsyncTest ./platform.xml ./async/asyncDeployment.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" +! output sort 19 +! timeout 30 +$ java -classpath ${classpath:=.} async/AsyncTest ${srcdir:=.}/../platforms/platform.xml ${srcdir:=.}/async/asyncDeployment.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] (10:async.Slave@Robert) Receiving on 'slave_8' > [ 0.000000] (11:async.Slave@Sirois) Receiving on 'slave_9' > [ 0.000000] (12:async.Slave@Monique) Receiving on 'slave_10' @@ -53,4 +54,3 @@ $ java -cp ${classpath:=.} async/AsyncTest ./platform.xml ./async/asyncDeploymen > [ 25.851463] (2:async.Forwarder@Jackson) I'm done. See you! > [ 26.357007] (3:async.Forwarder@Casavant) I'm done. See you! > [ 29.000728] (0:@) MSG_main finished; Cleaning up the simulation... -> [0.000000] [jmsg/INFO] Using regular java threads. Coroutines could speed your simulation up.