Skip to content

Commit

Permalink
Update daint config
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Feb 24, 2022
1 parent 0621d28 commit 6e4949b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ good_sha
env.diff
**/__pycache__
generated-configs/
spack.lock
37 changes: 29 additions & 8 deletions environments/daint/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,37 @@ spack:
view: false
concretization: separately
specs:
- cuda
- gromacs
- julia ^llvm ~clang ~compiler-rt ~libcxx ~lld ~lldb ~polly ^libgit2 ~mmap
- llvm +clang +compiler-rt +libcxx +lld +lldb +omp_as_runtime +polly targets=amdgpu,bpf,nvptx
- pika
- sirius
- matrix:
- - target=broadwell
- target=haswell
- - cuda
- gromacs
- julia ^llvm ~clang ~compiler-rt ~libcxx ~lld ~lldb ~polly ^libgit2 ~mmap
- llvm +clang +compiler-rt +cuda +libcxx +lld +lldb +omp_as_runtime +polly targets=amdgpu,bpf,nvptx
- openmpi +cuda
- pika
- 'sirius +cuda ^intel-mkl@2020:'
packages:
all:
target:
- broadwell
variants: [cuda_arch=60]
providers:
mpi: [openmpi]
blas: [intel-mkl]
lapack: [intel-mkl]
fftw-api: [intel-mkl]
pkgconfig: [pkg-config]
openmpi:
variants:
- +thread_multiple
- ~gpfs
- ~internal-hwloc
- ~lustre
- fabrics=auto
- schedulers=auto
pkg-config:
externals:
- spec: pkg-config@0.29.2
prefix: /usr
compilers:
- compiler:
spec: gcc@11.2.0
Expand Down

0 comments on commit 6e4949b

Please sign in to comment.