Logo AND Algorithmique Numérique Distribuée

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