Add numerical lib superLU with rocm support

This commit is contained in:
Jose Gracia 2024-09-03 09:21:27 -05:00
parent 80f0bb339e
commit e3f56fe88e

View file

@ -7,6 +7,7 @@ spack:
- cflags_noerror_implicit: ['cflags="-Wno-error=implicit-function-declaration -Wno-error=implicit-int -Wno-error=int-conversion -Wno-error=incompatible-pointer-types"'] - cflags_noerror_implicit: ['cflags="-Wno-error=implicit-function-declaration -Wno-error=implicit-int -Wno-error=int-conversion -Wno-error=incompatible-pointer-types"']
- num_integer_types: [~int64] - num_integer_types: [~int64]
- num_lib_types: [+shared] - num_lib_types: [+shared]
- rocm_variant: [+rocm amdgpu_target=gfx942]
include_concrete: include_concrete:
- $spack/../environments/hlrs - $spack/../environments/hlrs
packages: packages:
@ -29,6 +30,13 @@ spack:
- [$num_lib_types] - [$num_lib_types]
- [$^mpis] - [$^mpis]
- [$%compilers] - [$%compilers]
- matrix:
- [superlu-dist]
- [$rocm_variant]
- [$num_integer_types]
- [$num_lib_types]
- [$^mpis]
- [$%compilers]
view: false view: false
concretizer: concretizer:
unify: when_possible unify: when_possible