-
Notifications
You must be signed in to change notification settings - Fork 2
/
spack.yaml
60 lines (60 loc) · 1.28 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
48
49
50
51
52
53
54
55
56
57
58
59
60
spack:
specs:
- resolve+cuda cuda_arch=60,70,75,80
view: false
concretizer:
unify: when_possible
reuse: true
config:
concretizer: clingo
install_tree:
root: $SPACK_INSTALL
source_cache: $SPACK_CACHE/source
misc_cache: $SPACK_CACHE/misc
build_stage: $SPACK_CACHE/build
modules:
default:
roots:
tcl: $SPACK_INSTALL/modules
packages:
all:
permissions:
write: group
read: world
group: exasgd
cmake:
externals:
- spec: cmake@3.26.3
modules:
- cmake/3.26.3
buildable: false
git:
externals:
- spec: git@2.37.3
modules:
- git/2.37.3
prefix: /share/apps/git/2.37.3
buildable: false
perl:
externals:
- spec: perl@5.26.0
modules:
- perl/5.26.0
buildable: false
cuda:
externals:
- spec: cuda@11.4
modules:
- cuda/11.4
buildable: false
compilers:
- compiler:
spec: gcc@9.1.0
paths:
cc: /share/apps/gcc/9.1.0/bin/gcc
cxx: /share/apps/gcc/9.1.0/bin/g++
f77: /share/apps/gcc/9.1.0/bin/gfortran
fc: /share/apps/gcc/9.1.0/bin/gfortran
operating_system: centos7
target: x86_64
modules: [gcc/9.1.0]