Add numerical library PETSc with ROCm support

This commit is contained in:
Jose Gracia 2024-09-06 10:13:33 -05:00
parent be40140f44
commit 1bc51ab8a2

View file

@ -12,7 +12,7 @@ spack:
- $spack/../environments/hlrs - $spack/../environments/hlrs
packages: packages:
all: all:
prefer: ['%gcc@7.5'] prefer: ['%gcc@13.2'] # , '+rocm amdgpu_target=gfx942']
# add package specs to the `specs` list # add package specs to the `specs` list
specs: specs:
- matrix: - matrix:
@ -50,6 +50,13 @@ spack:
# - [$num_lib_types] # - [$num_lib_types]
# - [$^mpis] # - [$^mpis]
# - [$%compilers] # - [$%compilers]
- matrix:
- [petsc]
- [$rocm_variant]
- [$num_integer_types]
- [$num_lib_types]
- [$^mpis]
- [$%compilers]
view: false view: false
concretizer: concretizer:
unify: when_possible unify: when_possible