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