-
Notifications
You must be signed in to change notification settings - Fork 9
/
phoenix.yaml
131 lines (110 loc) · 2.87 KB
/
phoenix.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
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
#
# Main stack definition for arvine
#
# List of the environments to be managed
spack_release: develop
stack_release: phoenix
site: scitas
spack_root: /scratch/software/
spack_external: external
environments:
- "skylake_avx512_v100"
- "zen2_radeon"
- "cascadelake_nec"
- "zen"
- "broadwell_p100"
- "frontal"
mirrors:
local: .spack-mirror
extra_repos:
scitas-external:
repo: http://github.com/epfl-scitas/spack-repo-externals.git
path: scitas-repos-externals/
tag: releases/arvine
scitas-spack-packages:
repo: http://github.com/epfl-scitas/scitas-spack-packages.git
path: scitas-spack-packages/
tag: releases/phoenix
# default version of compilers mpi and openblas
default_environment:
os: rhel7
cpu: intel
arch: sandybridge
# compiler contains the arch since it is the highest arch this compiler can
# compile for
core_compiler: gcc@4.8.5 arch=linux-rhel7-sandybridge
compilers: [gcc, intel]
stack_types: [stable]
python:
3: 3.7.7
2: 2.7.18
stable:
intel:
compiler: "intel@19.1.0"
mpi: "intel-mpi@2019.7.217"
blas: "intel-mkl@2020.1.217"
suite_version: '2020.0.166'
gcc:
compiler: "gcc@9.3.0"
mpi: [ "mvapich2 process_managers=slurm fabrics=sock threads=multiple" ]
blas: [ "openblas threads=none" ]
skylake_avx512_v100:
gpu: nvidia
arch: skylake_avx512
stack_types: [old, stable, bleeding_edge]
compilers: [gcc, intel, clang]
old:
gcc:
compiler: "gcc@8.4.0+nvptx+piclibs"
mpi: [ "mvapich2 process_managers=hydra fabrics=sock threads=multiple +cuda" ]
blas: [ "openblas threads=none" ]
cuda:
package: "cuda@10.2.89"
arch: "sm_70"
stable:
gcc:
compiler: "gcc@9.3.0+nvptx+piclibs"
mpi: [ "mvapich2 process_managers=hydra fabrics=sock threads=multiple +cuda" ]
cuda:
package: "cuda@10.2.89"
arch: "sm_70"
nvhpc:
compiler: "nvhpc@21.2+mpi+blas"
blas: "nvhpc@21.2+mpi+blas"
mpi: nvhpc@21.2+mpi+blas
version: "21.2"
bleeding_edge:
cuda:
package: "cuda@10.1.243"
arch: "sm_70"
clang:
core_compiler: gcc@6.4.0 arch=linux-rhel7-sandybridge
compiler: llvm@11.0.0 +all_targets +cuda cuda_arch=70 +clang
compiler_cflags: -march=skylake-avx512
compiler_cxxflags: -march=skylake-avx512
mpi: [ "mvapich2 process_managers=hydra fabrics=sock threads=multiple +cuda" ]
blas: [ "openblas threads=none" ]
zen2_radeon:
cpu: amd
gpu: amd
arch: zen2
compilers: [gcc]
stable:
rocm:
arch: "vega906"
zen:
cpu: amd
arch: zen
compilers: [gcc]
cascadelake_nec:
arch: cascadlake
broadwell_p100:
gpu: nvidia
arch: broadwell
stable:
gcc:
compiler: "gcc@9.3.0+nvptx+piclibs"
mpi: [ "mvapich2 process_managers=hydra fabrics=sock threads=multiple +cuda" ]
cuda:
package: "cuda@10.2.89"
arch: "sm_60"