From c1d57b921fc31e97da3a9c7b93272eb738318a44 Mon Sep 17 00:00:00 2001 From: Jose Gracia Date: Wed, 9 Oct 2024 07:14:20 -0500 Subject: [PATCH] Add spec for tool OTF-CPT to hlrs environment --- environments/hlrs/spack.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/environments/hlrs/spack.yaml b/environments/hlrs/spack.yaml index 05976b5..7e1682d 100644 --- a/environments/hlrs/spack.yaml +++ b/environments/hlrs/spack.yaml @@ -13,6 +13,12 @@ spack: - matrix: # modules for low-level tools - [libunwind, papi] - [$%core_compiler] + - matrix: + - [otf-cpt] + - [$^mpis] + - [$%compilers] + exclude: + - otf-cpt%gcc # gcc's OpenMP runtime does not support OMPT - matrix: - [mpip, extrae] - [$cflags_noerror_implicit] # code is not fully C99