X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f4ed810d292615d6b5006fff0d3ea24aefbe2002..b61e0df4e0f5d85fbc1df364660fc71d9461adc6:/examples/java/suspend/suspend.tesh diff --git a/examples/java/suspend/suspend.tesh b/examples/java/suspend/suspend.tesh index 913f159f77..8230392315 100644 --- a/examples/java/suspend/suspend.tesh +++ b/examples/java/suspend/suspend.tesh @@ -1,7 +1,8 @@ -#! ./tesh +#! tesh ! output sort -$ java -cp ${classpath:=.} suspend/Suspend ./platform.xml ./suspend/suspendDeployment.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" +$ java -classpath ${classpath:=.} suspend/Suspend ${srcdir:=.}/platform.xml ${srcdir:=.}/suspend/suspendDeployment.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:suspend.DreamMaster@Jacquelin) Let's create a lazy guy. > [ 0.000000] (1:suspend.DreamMaster@Jacquelin) Let's wait a little bit... > [ 0.000000] (2:Lazy@Jacquelin) Nobody's watching me ? Let's go to sleep. @@ -10,5 +11,3 @@ $ java -cp ${classpath:=.} suspend/Suspend ./platform.xml ./suspend/suspendDeplo > [ 10.000000] (1:suspend.DreamMaster@Jacquelin) OK, goodbye now. > [ 10.000000] (2:Lazy@Jacquelin) Uuuh ? Did somebody call me ? > [ 10.000000] (2:Lazy@Jacquelin) Mmmh, goodbye now. -> [0.000000] [jmsg/INFO] Using regular java threads. Coroutines could speed your simulation up. -