Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / examples / msg / task-priority / task-priority.tesh
1 #! ./tesh
2
3 ! output sort 19
4 $ $SG_TEST_EXENV ${bindir:=.}/task-priority$EXEEXT ${srcdir:=.}/small_platform.xml  ${srcdir:=.}/../msg/task-priority/task-priority_d.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
5 > [  0.000000] (1:test@Fafard) Hello! Running a task of size 7.6296e+07 with priority 1
6 > [  0.000000] (2:test@Fafard) Hello! Running a task of size 7.6296e+07 with priority 2
7 > [  1.500000] (2:test@Fafard) Goodbye now!
8 > [  2.000000] (0:maestro@) Simulation time 2
9 > [  2.000000] (1:test@Fafard) Goodbye now!