X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7f4f03348bd07609e258eb3b545bdafc2c881847..83ab92262519600b52ea187de3ce0ed0d70c0648:/examples/java/priority/priority.tesh diff --git a/examples/java/priority/priority.tesh b/examples/java/priority/priority.tesh index 19879a64ab..004ef19c2d 100644 --- a/examples/java/priority/priority.tesh +++ b/examples/java/priority/priority.tesh @@ -3,9 +3,9 @@ ! output sort 19 $ java -classpath ${classpath:=.} priority/Priority ${srcdir:=.}/../platforms/platform.xml ${srcdir:=.}/priority/priorityDeployment.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" -> [ 0.000000] (0:@) Using regular java threads. +> [ 0.000000] (0:maestro@) Using regular java threads. > [ 0.000000] (1:priority.Test@Fafard) Hello! Running a task of size 7.6296E7 with priority 1.0 > [ 0.000000] (2:priority.Test@Fafard) Hello! Running a task of size 7.6296E7 with priority 2.0 > [ 0.833332] (2:priority.Test@Fafard) Goodbye now! -> [ 1.111109] (0:@) MSG_main finished; Cleaning up the simulation... +> [ 1.111109] (0:maestro@) MSG_main finished; Cleaning up the simulation... > [ 1.111109] (1:priority.Test@Fafard) Goodbye now!