Add numerical library PETSc with ROCm support
This commit is contained in:
parent
be40140f44
commit
1bc51ab8a2
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue