@@ -25,7 +25,6 @@ step:./plan.py
25
25
consumes file:./
26
26
consumes file:plan.py
27
27
creates dg:data/**/
28
- creates file:data/
29
28
creates file:data/part1/bar.inp
30
29
creates file:data/part1/bar.out
31
30
creates file:data/part1/foo.inp
@@ -36,16 +35,12 @@ step:./plan.py
36
35
creates file:data/part2/foo.out
37
36
creates file:data/part2/sub/other.inp
38
37
creates file:data/part2/sub/other.out
39
-
40
- file:data/
41
- state = STATIC
42
- created by step:./plan.py
43
- consumes file:./
44
- supplies file:data/part1/
45
- supplies file:data/part2/
38
+ creates file:data/top.inp
39
+ creates file:data/top.out
46
40
47
41
dg:data/**/
48
42
created by step:./plan.py
43
+ creates file:data/
49
44
creates file:data/part1/
50
45
creates file:data/part2/
51
46
creates file:data/part2/sub/
@@ -64,6 +59,15 @@ file:data/part1/
64
59
supplies file:data/part1/foo.inp
65
60
supplies file:data/part1/foo.out
66
61
62
+ file:data/
63
+ state = STATIC
64
+ created by dg:data/**/
65
+ consumes file:./
66
+ supplies file:data/part1/
67
+ supplies file:data/part2/
68
+ supplies file:data/top.inp
69
+ supplies file:data/top.out
70
+
67
71
file:data/part1/foo.inp
68
72
state = STATIC
69
73
created by step:./plan.py
@@ -101,6 +105,11 @@ file:data/part2/sub/
101
105
supplies file:data/part2/sub/other.inp
102
106
supplies file:data/part2/sub/other.out
103
107
108
+ file:data/top.inp
109
+ state = STATIC
110
+ created by step:./plan.py
111
+ consumes file:data/
112
+
104
113
file:data/part1/bar.out
105
114
state = STATIC
106
115
created by step:./plan.py
@@ -125,3 +134,8 @@ file:data/part2/sub/other.out
125
134
state = STATIC
126
135
created by step:./plan.py
127
136
consumes file:data/part2/sub/
137
+
138
+ file:data/top.out
139
+ state = STATIC
140
+ created by step:./plan.py
141
+ consumes file:data/
0 commit comments