hlrs-spack/environments/hlrs/spack.yaml

23 lines
643 B
YAML
Raw Normal View History

# This is a Spack Environment file fot he main HLRS software stack
2024-06-13 13:08:04 +00:00
spack:
definitions:
- core_compiler: [gcc@7.5]
- compilers: [gcc@13.2, cce@18.0]
- mpis: [cray-mpich@8.1.30]
# packages:
# all:
# compiler: [gcc@13.2, cce@18.0]
2024-06-13 13:08:04 +00:00
# add package specs to the `specs` list
specs:
- matrix: # modules for low-level tools
- [libunwind, papi]
- [$%core_compiler]
- matrix:
- [mpip, extrae]
- ['cflags="-Wno-error=implicit-function-declaration -Wno-error=implicit-int -Wno-error=int-conversion"']
- [$^mpis]
- [$%compilers]
2024-06-13 13:08:04 +00:00
view: false
concretizer:
unify: when_possible