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