Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert the last two simdag examples. Simdag can die
[simgrid.git] / examples / cpp / dag-io / s4u-dag-io.tesh
1 #!/usr/bin/env tesh
2
3 $ ${bindir:=.}/s4u-dag-io ${platfdir}/hosts_with_disks.xml --log=s4u_activity.t:verbose "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n"
4 > [  0.000000] (0:maestro@) 'parent' is assigned to a resource and all dependencies are solved. Let's start
5 > [  0.000000] (0:maestro@) Activity 'write' vetoed. Dependencies: NOT solved; Ressources: assigned
6 > [  0.000000] (0:maestro@) Activity 'read' vetoed. Dependencies: NOT solved; Ressources: assigned
7 > [  0.000000] (0:maestro@) Activity 'child' vetoed. Dependencies: NOT solved; Ressources: assigned
8 > [  1.000000] (0:maestro@) Activity 'parent' is complete (start time: 0.000000, finish time: 1.000000)
9 > [  1.000000] (0:maestro@) Remove a dependency from 'parent' on 'write'
10 > [  1.000000] (0:maestro@) 'write' is assigned to a resource and all dependencies are solved. Let's start
11 > [ 26.000000] (0:maestro@) Remove a dependency from 'write' on 'read'
12 > [ 26.000000] (0:maestro@) 'read' is assigned to a resource and all dependencies are solved. Let's start
13 > [ 36.000000] (0:maestro@) Remove a dependency from 'read' on 'child'
14 > [ 36.000000] (0:maestro@) 'child' is assigned to a resource and all dependencies are solved. Let's start
15 > [ 37.000000] (0:maestro@) Activity 'child' is complete (start time: 36.000000, finish time: 37.000000)
16 > [ 37.000000] (0:maestro@) Simulation time 37