From 0a04b8b791733eec78d3d92dcb0251f2cdd8e429 Mon Sep 17 00:00:00 2001 From: Jose Gracia Date: Fri, 19 Jul 2024 10:40:33 -0500 Subject: [PATCH] Build scorep with hip support where possible --- environments/hlrs/spack.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/environments/hlrs/spack.yaml b/environments/hlrs/spack.yaml index 2efb0b1..f1afcda 100644 --- a/environments/hlrs/spack.yaml +++ b/environments/hlrs/spack.yaml @@ -20,9 +20,12 @@ spack: - [$%compilers] - matrix: - [scorep] - - [~cuda~hip] + - [~cuda~hip, ~cuda+hip] - [$^mpis] - - [$%compilers] + - [$%compilers] + exclude: # hip support requires llvm-like compiler + - scorep%gcc +hip + - scorep%cce ~hip - matrix: - [scalasca] - [$^mpis]