Add numerical lib superLU with rocm support
This commit is contained in:
parent
80f0bb339e
commit
e3f56fe88e
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue