-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathxsdk.dot
149 lines (147 loc) · 3.52 KB
/
xsdk.dot
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
digraph G {
labelloc = "b"
rankdir = "LR"
ranksep = "1"
ratio = ".4"
nodesep = ".1"
bgcolor = "transparent"
edge[
penwidth = "2"
color = "#666666"
arrowsize = "3"
]
node[
fontname=Arial,
penwidth=2,
fontsize=48,
margin=.1,
shape=box,
fillcolor=brown,
fontcolor=white,
style="rounded,filled"]
"xsdk"
"alquimia" [fillcolor="chartreuse4"]
"cmake" [fillcolor="lightskyblue3"]
"ncurses" [fillcolor="gray23"]
"pkgconf" [fillcolor="gray23"]
"openssl" [fillcolor="gray23"]
"zlib" [fillcolor="gray23"]
"hdf5" [fillcolor="gray23"]
"openmpi" [fillcolor="gray23"]
"hwloc" [fillcolor="gray23"]
"libxml2" [fillcolor="gray23"]
"xz" [fillcolor="gray23"]
"petsc" [fillcolor="chartreuse4"]
"hypre" [fillcolor="chartreuse4"]
"openblas" [fillcolor="gray23"]
"metis" [fillcolor="gray23"]
"parmetis" [fillcolor="gray23"]
"python" [fillcolor="lightskyblue3"]
"bzip2" [fillcolor="gray23"]
"readline" [fillcolor="gray23"]
"sqlite" [fillcolor="gray23"]
"superlu-dist" [fillcolor="chartreuse4"]
"trilinos" [fillcolor="chartreuse4"]
"boost" [fillcolor="gray23"]
"glm" [fillcolor="gray23"]
"matio" [fillcolor="gray23"]
"netcdf" [fillcolor="gray23"]
"m4" [fillcolor="gray23"]
"libsigsegv" [fillcolor="gray23"]
"pflotran" [fillcolor="chartreuse4"]
"mfem" [fillcolor="chartreuse4"]
"magma" [fillcolor="chartreuse4"]
"sundials" [fillcolor="chartreuse4"]
"hwloc" -> "libxml2"
"petsc" -> "hypre"
"petsc" -> "openblas"
"netcdf" -> "m4"
"parmetis" -> "cmake"
"hdf5" -> "openmpi"
"petsc" -> "superlu-dist"
"cmake" -> "openssl"
"pflotran" -> "openmpi"
"magma" -> "cmake"
"petsc" -> "hdf5"
"pflotran" -> "hdf5"
"superlu-dist" -> "openmpi"
"petsc" -> "zlib"
"openmpi" -> "hwloc"
"hypre" -> "openmpi"
"trilinos" -> "parmetis"
"libxml2" -> "xz"
"pflotran" -> "petsc"
"netcdf" -> "openmpi"
"mfem" -> "hypre"
"hypre" -> "openblas"
"boost" -> "zlib"
"xsdk" -> "magma"
"xsdk" -> "petsc"
"libxml2" -> "pkgconf"
"netcdf" -> "zlib"
"petsc" -> "python"
"trilinos" -> "hypre"
"cmake" -> "ncurses"
"superlu-dist" -> "parmetis"
"mfem" -> "openmpi"
"python" -> "ncurses"
"alquimia" -> "openmpi"
"petsc" -> "trilinos"
"python" -> "zlib"
"trilinos" -> "superlu-dist"
"alquimia" -> "cmake"
"xsdk" -> "trilinos"
"libxml2" -> "zlib"
"magma" -> "openblas"
"openssl" -> "zlib"
"alquimia" -> "hdf5"
"m4" -> "libsigsegv"
"hwloc" -> "pkgconf"
"python" -> "openssl"
"mfem" -> "sundials"
"trilinos" -> "matio"
"alquimia" -> "petsc"
"sqlite" -> "readline"
"matio" -> "zlib"
"hdf5" -> "zlib"
"mfem" -> "zlib"
"sundials" -> "cmake"
"superlu-dist" -> "metis"
"alquimia" -> "pflotran"
"python" -> "bzip2"
"trilinos" -> "netcdf"
"parmetis" -> "openmpi"
"trilinos" -> "openmpi"
"trilinos" -> "hdf5"
"sundials" -> "hypre"
"python" -> "readline"
"mfem" -> "superlu-dist"
"parmetis" -> "metis"
"trilinos" -> "cmake"
"boost" -> "bzip2"
"mfem" -> "petsc"
"metis" -> "cmake"
"trilinos" -> "metis"
"trilinos" -> "glm"
"glm" -> "cmake"
"ncurses" -> "pkgconf"
"petsc" -> "openmpi"
"xsdk" -> "alquimia"
"mfem" -> "metis"
"python" -> "sqlite"
"sundials" -> "openmpi"
"mfem" -> "parmetis"
"xsdk" -> "pflotran"
"petsc" -> "metis"
"xsdk" -> "hypre"
"xsdk" -> "superlu-dist"
"readline" -> "ncurses"
"petsc" -> "parmetis"
"xsdk" -> "mfem"
"xsdk" -> "sundials"
"netcdf" -> "hdf5"
"superlu-dist" -> "openblas"
"matio" -> "hdf5"
"trilinos" -> "openblas"
"trilinos" -> "boost"
}