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"']
- num_integer_types: [~int64]
- num_lib_types: [+shared]
- rocm_variant: [+rocm amdgpu_target=gfx942]
include_concrete:
- $spack/../environments/hlrs
packages:
@ -29,6 +30,13 @@ spack:
- [$num_lib_types]
- [$^mpis]
- [$%compilers]
- matrix:
- [superlu-dist]
- [$rocm_variant]
- [$num_integer_types]
- [$num_lib_types]
- [$^mpis]
- [$%compilers]
view: false
concretizer:
unify: when_possible