-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathspack.yaml
47 lines (46 loc) · 1.03 KB
/
spack.yaml
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
# This is a Spack Environment file.
#
# It describes a set of packages to be installed, along with
# configuration settings.
spack:
packages:
all:
compiler: [cce@9]
target: []
buildable: true
providers:
mpi: [mpich]
paths: {}
mpich:
modules:
mpich %cce: cray-mpich
mpich %gcc: openmpi/3.1.5
mpich1 %intel: openmpi/3.1.5-intel19
buildable: false
hdf5:
modules:
hdf5 %gcc: hdf5_parallel
hdf5 %cce: cray-hdf5-parallel
buildable: false
gperftools:
modules:
gperftools %cce: gperftools
libfabric:
modules:
libfabric %cce: libfabric
specs:
- cmake
- [email protected] # We need this version for CORI
- [email protected] # We need 1.0.x on CORI
- boost cxxstd=17
- arrow+parquet
- hpx@master
- gdal+geos
- gperftools
- hdf5
- ncurses~termlib+symlinks # We need to disable termlib on CORI
- mpi
- libfabric
view: true
concretization: together