X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e0188e2a2598ce57a4d21a3d7eb5f303aecaf0dd..c57842fe897f53b46f0be3da87f7c996674be7d6:/examples/java/migration/migration.tesh diff --git a/examples/java/migration/migration.tesh b/examples/java/migration/migration.tesh index e40cb5041e..5b195fd764 100644 --- a/examples/java/migration/migration.tesh +++ b/examples/java/migration/migration.tesh @@ -1,8 +1,9 @@ -#! ./tesh +#! tesh ! output sort -$ java -cp .:${srcdir:=.}/examples:${srcdir:=.}/simgrid.jar migration/Migration ${srcdir:=.}/examples/platform.xml ${srcdir:=.}/examples/migration/migrationDeployment.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" +$ java -classpath ${classpath:=.} migration/Migration ${srcdir:=.}/../platforms/platform.xml ${srcdir:=.}/migration/migrationDeployment.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:migration.Emigrant@Jacquelin) I'll look for a new job on another machine where the grass is greener. > [ 0.000000] (1:migration.Emigrant@Boivin) Yeah, found something to do > [ 1.000000] (2:migration.Policeman@Boivin) Wait a bit before migrating the emigrant. @@ -11,5 +12,3 @@ $ java -cp .:${srcdir:=.}/examples:${srcdir:=.}/simgrid.jar migration/Migration > [ 7.000000] (1:migration.Emigrant@Jacquelin) I've been moved on this new host:Jacquelin > [ 7.000000] (1:migration.Emigrant@Jacquelin) Uh, nothing to do here. Stopping now > [ 7.000000] (2:migration.Policeman@Boivin) I moved the emigrant -> [0.000000] [jmsg/INFO] Using regular java threads. Coroutines could speed your simulation up. -