Logo AND Algorithmique Numérique Distribuée

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