-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodules.yaml
62 lines (62 loc) · 1.65 KB
/
modules.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
modules:
default:
tcl:
verbose: true
hash_length: 0
include:
#- neurodamus-neocortex
#- neurodamus-hippocampus
- py-neurodamus
- neurodamus-models
- neuron
projections:
all: '{name}/{version}'
neurodamus-models model=hippocampus: 'neurodamus-hippocampus/{version}'
neurodamus-models model=neocortex +plasticity: 'neurodamus-neocortex-plasticity/{version}'
neurodamus-models model=neocortex +ngv+metabolism: 'neurodamus-neocortex-multiscale/{version}'
neurodamus-models model=neocortex: 'neurodamus-neocortex/{version}'
neurodamus-models model=thalamus: 'neurodamus-thalamus/{version}'
all:
autoload: external
gcc:
environment:
set:
MPICC_CC: gcc
MPICXX_CXX: g++
MPIF90_F90: gfortran
intel:
environment:
set:
MPICC_CC: icc
MPICXX_CXX: icpc
MPIF90_F90: ifort
intel-oneapi-compilers:
environment:
set:
MPICC_CC: icc
MPICXX_CXX: icpc
MPIF90_F90: ifort
intel-oneapi-mkl:
environment:
set:
MKL_THREADING_LAYER: SEQUENTIAL
llvm:
environment:
set:
MPICC_CC: clang
MPICXX_CXX: clang++
MPIF90_F90: gfortran
nvhpc:
environment:
set:
MPICC_CC: nvc
MPICXX_CXX: nvc++
MPIF90_F90: nvfortran
exclude:
- '%clang'
- '%gcc'
- '%intel'
- '%nvhpc'
- '%oneapi'
roots:
tcl: $SPACK_INSTALL_PREFIX/modules