Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Chord: update some messages displayed
[simgrid.git] / examples / msg / priority / priority.tesh
1 #! ./tesh
2
3 p Testing a simple master/slave example application
4
5 ! output sort
6 $ $SG_TEST_EXENV priority/priority$EXEEXT ${srcdir:=.}/small_platform.xml  ${srcdir:=.}/priority/deployment_priority.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:@) Simulation time 2
11 > [  2.000000] (1:test@Fafard) Goodbye now!