From 2f63eeff3017ca31aa9934b3ee1bd3c293d31732 Mon Sep 17 00:00:00 2001
From: Nicolas Richart <nicolas.richart@epfl.ch>
Date: Fri, 21 Jun 2024 22:30:14 +0200
Subject: [PATCH] Adding arch explicitly

---
 stacks/pinot-noir/packages_jed.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/stacks/pinot-noir/packages_jed.yaml b/stacks/pinot-noir/packages_jed.yaml
index 8cdf50c..d43e828 100644
--- a/stacks/pinot-noir/packages_jed.yaml
+++ b/stacks/pinot-noir/packages_jed.yaml
@@ -14,7 +14,7 @@ packages:
   # ---------------------------------------------------------------------------
   hypre:
     require:
-    - spec: '+cuda'
+    - spec: '+cuda cuda_arch=90'
       when: '%gcc'
 
   openmpi:
@@ -23,7 +23,7 @@ packages:
 
   petsc:
     require:
-    - spec: '+cuda'
+    - spec: '+cuda cuda_arch=90'
       when: '%gcc'
 
   ucx:
-- 
GitLab