Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
e41d10ee995391adac2b0c6340e1fc7792f70b57
[simgrid.git] / examples / cpp / dag-simple / s4u-dag-simple.tesh
1 #!/usr/bin/env tesh
2
3 $ ${bindir:=.}/s4u-dag-simple ${platfdir}/small_platform.xml --log=s4u_activity.t:verbose "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n"
4 > [  0.000000] (0:maestro@) 'parent 1' is assigned to a resource and all dependencies are solved. Let's start
5 > [  0.000000] (0:maestro@) 'parent 2' is assigned to a resource and all dependencies are solved. Let's start
6 > [  0.000000] (0:maestro@) Activity 'child' vetoed. Dependencies: NOT solved; Ressources: NOT assigned
7 > [  2.000000] (0:maestro@) Activity 'parent 1' is complete (start time: 0.000000, finish time: 2.000000)
8 > [  2.000000] (0:maestro@) Remove a dependency from 'parent 1' on 'child'
9 > [  2.000000] (0:maestro@) Activity child not ready.
10 > [  3.000000] (0:maestro@) Activity 'parent 2' is complete (start time: 0.000000, finish time: 3.000000)
11 > [  3.000000] (0:maestro@) Remove a dependency from 'parent 2' on 'child'
12 > [  3.000000] (0:maestro@) Activity 'child' vetoed. Dependencies: solved; Ressources: NOT assigned
13 > [  3.000000] (0:maestro@) Activity child's dependencies are resolved. Let's assign it to Fafard.
14 > [  3.000000] (0:maestro@) 'child' is assigned to a resource and all dependencies are solved. Let's start
15 > [  4.000000] (0:maestro@) Activity 'child' is complete (start time: 3.000000, finish time: 4.000000)
16 > [  4.000000] (0:maestro@) Simulation time 4