-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpangea-spack.yaml
More file actions
167 lines (157 loc) · 4.15 KB
/
pangea-spack.yaml
File metadata and controls
167 lines (157 loc) · 4.15 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
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
# Include shared variants and versions
include:
- ../defaults.yaml
- ../versions.yaml
compilers::
- compiler:
spec: gcc@=9.4.0
paths:
cc: /data_local/sw/spack/0.17.0/opt/spack/linux-rhel8-power9le/gcc-8.4.1/gcc-9.4.0-xe5cqnyajaqz75up3gflln5zlj2rue5v/bin/gcc
cxx: /data_local/sw/spack/0.17.0/opt/spack/linux-rhel8-power9le/gcc-8.4.1/gcc-9.4.0-xe5cqnyajaqz75up3gflln5zlj2rue5v/bin/g++
f77: /data_local/sw/spack/0.17.0/opt/spack/linux-rhel8-power9le/gcc-8.4.1/gcc-9.4.0-xe5cqnyajaqz75up3gflln5zlj2rue5v/bin/gfortran
fc: /data_local/sw/spack/0.17.0/opt/spack/linux-rhel8-power9le/gcc-8.4.1/gcc-9.4.0-xe5cqnyajaqz75up3gflln5zlj2rue5v/bin/gfortran
flags: {}
operating_system: almalinux8
target: ppc64le
modules: []
environment:
prepend_path:
LD_LIBRARY_PATH: /data_local/sw/lsf/10.1/linux3.10-glibc2.17-ppc64le/lib
extra_rpaths: []
packages:
all:
target: [x86_64]
compiler: [gcc]
providers:
blas: [openblas]
lapack: [openblas]
mpi: [openmpi]
autoconf:
externals:
- spec: autoconf@2.69
prefix: /usr
buildable: false
automake:
externals:
- spec: automake@1.16.1
prefix: /usr
buildable: false
bzip2:
externals:
- spec: bzip2@1.0.6
prefix: /usr
buildable: false
cmake:
externals:
- spec: cmake@3.26.4
prefix: /data_local/appli_local/MTS/GEOSX/cmake/3.26.4
buildable: false
cuda:
externals:
- spec: cuda@11.5.0 +allow-unsupported-compilers
prefix: /data_local/sw/cuda/11.5.0
buildable: false
gettext:
externals:
- spec: gettext@0.19.8.1
prefix: /usr
buildable: false
glibc:
externals:
- spec: glibc@2.28
prefix: /usr
buildable: false
gmp:
externals:
- spec: gmp@6.1.2
prefix: /usr
buildable: false
gmake:
externals:
- spec: gmake@4.2.1
prefix: /usr
buildable: false
openblas:
externals:
- spec: openblas@0.3.18
prefix: /data_local/sw/spack/0.17.0/opt/spack/linux-rhel8-power9le/gcc-9.4.0/openblas-0.3.18-vk36pzksytuhylqesg4cca7667np5sjp
buildable: false
blas:
buildable: false
lapack:
buildable: false
libtool:
externals:
- spec: libtool@2.4.6
prefix: /usr
buildable: false
m4:
externals:
- spec: m4@1.4.18
prefix: /usr
buildable: false
# Spack may grab for mpi & we don't want to use them
mpi:
buildable: false
openmpi:
externals:
- spec: openmpi@4.1.2%gcc@9.4.0 +cuda~cxx~cxx_exceptions~java+lustre~memchecker+pmi+static~wrapper-rpath schedulers=lsf
prefix: /data_local/sw/openmpi/4.1.2/env/gcc-8.4.1
# Built-in ncurses causes spack failure
# ncurses:
# externals:
# - spec: ncurses@6.1
# prefix: /usr
# buildable: false
perl:
externals:
- spec: perl@5.26.3~cpanm+opcode+open+shared+threads
prefix: /usr
buildable: false
pkgconf:
externals:
- spec: pkgconf@1.4.2
prefix: /usr
buildable: false
python:
externals:
- spec: python@3.8.17+bz2+crypt+ctypes+dbm+lzma+nis+pyexpat~pythoncmd+readline+sqlite3+ssl~tkinter+uuid+zlib
prefix: /usr
buildable: false
readline:
externals:
- spec: readline@7.0
prefix: /usr
buildable: false
tar:
externals:
- spec: tar@1.30
prefix: /usr
buildable: false
unzip:
buildable: false
externals:
- spec: unzip@6.0
prefix: /usr
xz:
externals:
- spec: xz@5.2.4
prefix: /usr
buildable: false
zlib:
externals:
- spec: zlib@1.2.11
prefix: /usr
buildable: false