From e3f56fe88e01e3fef52c1fa13092e26902750e1a Mon Sep 17 00:00:00 2001 From: Jose Gracia Date: Tue, 3 Sep 2024 09:21:27 -0500 Subject: [PATCH] Add numerical lib superLU with rocm support --- environments/numlibs/spack.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/environments/numlibs/spack.yaml b/environments/numlibs/spack.yaml index 7120b88..ac36976 100644 --- a/environments/numlibs/spack.yaml +++ b/environments/numlibs/spack.yaml @@ -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