-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathstanford-spack.yaml
More file actions
181 lines (152 loc) · 3.78 KB
/
Copy pathstanford-spack.yaml
File metadata and controls
181 lines (152 loc) · 3.78 KB
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
# Specify build_language to bypass ascii codec decode error
spack:
config:
install_tree:
root: $spack/..
projections:
all: '{compiler.name}-{compiler.version}/{name}-{version}-{hash}'
misc_cache: $spack/../misc_cache
test_stage: $spack/../test_stage
build_stage::
- $spack/../build_stage
# Regular TPLs do not need views
view: false
compilers::
# Sherlock CPU/GPU Compiler (centos7 x86_64)
- compiler:
spec: gcc@10.1.0
operating_system: centos7
target: x86_64
paths:
cc: /share/software/user/open/gcc/10.1.0/bin/gcc
cxx: /share/software/user/open/gcc/10.1.0/bin/g++
f77: /share/software/user/open/gcc/10.1.0/bin/gfortran
fc: /share/software/user/open/gcc/10.1.0/bin/gfortran
flags:
cflags: -pthread
cxxflags: -pthread
modules: []
environment:
set: # Needed for scotch
BISON: bison
FLEX: flex
extra_rpaths: []
packages:
all:
target: [x86_64]
compiler: [gcc]
providers:
mpi: [openmpi]
blas: [openblas]
lapack: [openblas]
hypre:
require: "@git.21e5953ddc6daaa24699236108866afa597a415c"
# # v2025.0.3.0
# chai:
# require: "@git.4b9060b18b9bec1167026cfb3132bd540c4bd56b=develop"
# # v2025.0.3.0
# umpire:
# require: "@git.1ed0669c57f041baa1f1070693991c3a7a43e7ee=develop"
# # v2025.0.3.0
# raja:
# require: "@git.1d70abf171474d331f1409908bdf1b1c3fe19222=develop"
superlu-dist:
require: "@git.0f6efc377df2440c235452d13d28d2c717f832a1"
autoconf:
buildable: false
externals:
- spec: autoconf@2.69
prefix: /usr
automake:
buildable: false
externals:
- spec: automake@1.13.4
prefix: /usr
bison:
version: [3.0.4]
buildable: false
externals:
- spec: bison@3.0.4
prefix: /usr
cmake:
buildable: false
externals:
- spec: cmake@3.31.4
prefix: /share/software/user/open/cmake/3.31.4
cuda:
buildable: false
externals:
- spec: cuda@12.4.0 +allow-unsupported-compilers
prefix: /share/software/user/open/cuda/12.4.0/
#diffutils:
# buildable: false
# externals:
# - spec: diffutils@3.3
# prefix: /usr
flex:
buildable: false
externals:
- spec: flex@2.5.37
prefix: /usr
#gettext:
# buildable: false
# externals:
# - spec: gettext@0.19.8.1
# prefix: /usr
#libtool:
# buildable: false
# externals:
# - spec: libtool@2.4.2
# prefix: /usr
openblas:
buildable: false
externals:
- spec: openblas@0.3.10
prefix: /share/software/user/open/openblas/0.3.10
blas:
buildable: false
lapack:
buildable: false
m4:
buildable: false
externals:
- spec: m4@1.4.16
prefix: /usr
# Spack may grab for mpi & we don't want to use them
mpi:
buildable: false
openmpi:
buildable: false
externals:
- spec: openmpi@4.1.2
prefix: /share/software/user/open/openmpi/4.1.2
perl:
buildable: false
externals:
- spec: perl@5.16.3
prefix: /usr
pkg-config:
buildable: false
externals:
- spec: pkg-config@0.27.1
prefix: /usr
python:
buildable: false
externals:
- spec: python@3.6.8
prefix: /oak/stanford/groups/tchelepi/geos-sherlock/pythonVenv/geosxEnv
tar:
buildable: false
externals:
- spec: tar@1.26
prefix: /usr
unzip:
buildable: false
externals:
- spec: unzip@6.0
prefix: /usr
xz:
buildable: false
externals:
- spec: xz@5.2.2
prefix: /usr