mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
Recover Cray specific settings
This commit is contained in:
parent
fe07ba5a00
commit
d21f74fb32
1 changed files with 9 additions and 1 deletions
|
|
@ -44,6 +44,14 @@ spack:
|
|||
require:
|
||||
- mpich
|
||||
|
||||
mpich:
|
||||
require:
|
||||
- "~xpmem"
|
||||
|
||||
xpmem:
|
||||
require:
|
||||
- "xpmem@master ~kernel-module"
|
||||
|
||||
# ScaLAPACK, LAPACK, BLAS
|
||||
blas:
|
||||
require:
|
||||
|
|
@ -105,6 +113,7 @@ spack:
|
|||
libfabric:
|
||||
require:
|
||||
- "~cuda"
|
||||
# - "+gdrcopy"
|
||||
# - "fabrics=cxi"
|
||||
|
||||
libint:
|
||||
|
|
@ -164,7 +173,6 @@ spack:
|
|||
specs:
|
||||
# Build tools
|
||||
- "cmake@3.27:"
|
||||
# - "cray-mpich@8.1.30"
|
||||
- "gcc@10:"
|
||||
- "gmake@4.2:"
|
||||
- "mpich@4.3.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue