Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge scm.gforge.inria.fr:/gitroot/simgrid/simgrid-java
[simgrid.git] / examples / migration / migration.tesh
1 #! ./tesh
2
3 ! output sort
4
5 $ 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"
6 > [  0.000000] (0:@) Ready to run MSG_MAIN
7 > [  0.000000] (1:migration.Emigrant@Jacquelin) I'll look for a new job on another machine where the grass is greener.
8 > [  0.000000] (1:migration.Emigrant@Boivin) Yeah, found something to do
9 > [  1.000000] (2:migration.Policeman@Boivin) Wait a bit before migrating the emigrant.
10 > [  3.000000] (1:migration.Emigrant@Boivin) Moving back to home after work
11 > [  7.000000] (0:@) Done running MSG_MAIN
12 > [  7.000000] (0:@) MSG_main finished
13 > [  7.000000] (0:@) Clean java world
14 > [  7.000000] (0:@) Clean native world
15 > [  7.000000] (1:migration.Emigrant@Jacquelin) I've been moved on this new host:Jacquelin
16 > [  7.000000] (1:migration.Emigrant@Jacquelin) Uh, nothing to do here. Stopping now
17 > [  7.000000] (2:migration.Policeman@Boivin) I moved the emigrant
18