Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add priority example/test
[simgrid.git] / examples / priority / priority.tesh
1 #! ./tesh
2
3 ! output sort
4
5 $ java -cp .:${srcdir:=.}/examples:${srcdir:=.}/simgrid.jar priority/Priority ${srcdir:=.}/examples/platform.xml ${srcdir:=.}/examples/priority/priorityDeployment.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:priority.Test@Fafard) Hello! Running a task of size 7.6296E7 with priority 1.0
8 > [  0.000000] (2:priority.Test@Fafard) Hello! Running a task of size 7.6296E7 with priority 2.0
9 > [  0.833332] (2:priority.Test@Fafard) Goodbye now!
10 > [  1.111109] (0:@) Done running MSG_MAIN
11 > [  1.111109] (0:@) MSG_main finished
12 > [  1.111109] (0:@) Clean java world
13 > [  1.111109] (0:@) Clean native world
14 > [  1.111109] (1:priority.Test@Fafard) Goodbye now!
15