From e72d1773c89a2065874cf27a9921b488eee0dcbd Mon Sep 17 00:00:00 2001 From: Jose Gracia Date: Thu, 10 Oct 2024 04:36:49 -0500 Subject: [PATCH] Add numerical library Trilinos with ROCm support --- environments/numlibs/spack.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/environments/numlibs/spack.yaml b/environments/numlibs/spack.yaml index deac671..7e84e84 100644 --- a/environments/numlibs/spack.yaml +++ b/environments/numlibs/spack.yaml @@ -44,12 +44,13 @@ spack: - [$num_lib_types] - [$^mpis] - [$%compilers] -# - matrix: -# - [trilinos] -# - [$rocm_variant] -# - [$num_lib_types] -# - [$^mpis] -# - [$%compilers] + - matrix: + - [trilinos@16:] + - [+kokkos] + - [$rocm_variant] + - [$num_lib_types] + - [$^mpis] + - [$%compilers] - matrix: - [petsc] - [$rocm_variant]