From c444717111450f5909de52d0a3104e2da4b5865d Mon Sep 17 00:00:00 2001 From: Nicolas Richart <nicolas.richart@epfl.ch> Date: Tue, 6 Aug 2024 13:38:42 +0200 Subject: [PATCH] Cannot have openmp and threads --- stacks/pinot-noir-gcc13/packages_stack.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stacks/pinot-noir-gcc13/packages_stack.yaml b/stacks/pinot-noir-gcc13/packages_stack.yaml index cb65c2b..5f27d89 100644 --- a/stacks/pinot-noir-gcc13/packages_stack.yaml +++ b/stacks/pinot-noir-gcc13/packages_stack.yaml @@ -86,11 +86,11 @@ packages: kokkos: require: ['+numactl', '+memkind', '+serial', '+openmp', '~openmptarget', - '+threads', '~sycl', + '~threads', '~sycl', '+aggressive_vectorization', '@4.3.01'] kokkos-kernels: - require: ['@4.3.01', '+openmp', '+threads', '~ipo'] + require: ['@4.3.01', '+openmp', '~threads', '~ipo'] kokkos-nvcc-wrapper: prefer: ['@4.3.01'] -- GitLab