File: 14.graph.ref

package info (click to toggle)
cylc-flow 8.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,368 kB
  • sloc: python: 87,751; sh: 17,109; sql: 233; xml: 171; javascript: 78; lisp: 55; makefile: 11
file content (25 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
edge "1/earth" "1/bar"
edge "1/foo" "1/earth"
edge "1/foo" "1/i0"
edge "1/foo" "1/i1"
edge "1/foo" "1/i2"
edge "1/foo" "1/mars"
edge "1/foo" "1/mercury"
edge "1/foo" "1/venus"
edge "1/i0" "1/bar"
edge "1/i1" "1/bar"
edge "1/i2" "1/bar"
edge "1/mars" "1/bar"
edge "1/mercury" "1/bar"
edge "1/venus" "1/bar"
graph
node "1/bar" "bar\n1"
node "1/earth" "earth\n1"
node "1/foo" "foo\n1"
node "1/i0" "i0\n1"
node "1/i1" "i1\n1"
node "1/i2" "i2\n1"
node "1/mars" "mars\n1"
node "1/mercury" "mercury\n1"
node "1/venus" "venus\n1"
stop