From 78de1c0f706c4b7e347c1c5aa49c1741bbb1143c Mon Sep 17 00:00:00 2001
From: Nicolas Richart <nicolas.richart@epfl.ch>
Date: Mon, 9 Sep 2024 09:02:56 +0200
Subject: [PATCH] Adding forward compatibility for cuda

---
 stacks/pinot-noir/modules_acc_cuda.yaml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/stacks/pinot-noir/modules_acc_cuda.yaml b/stacks/pinot-noir/modules_acc_cuda.yaml
index dd76dbb..7b70211 100644
--- a/stacks/pinot-noir/modules_acc_cuda.yaml
+++ b/stacks/pinot-noir/modules_acc_cuda.yaml
@@ -21,3 +21,12 @@ modules:
         environment:
           set:
             NCCL_HOME: "{prefix}"
+      # needed as long as drivers are with 12.2 support
+      cuda@12.4:
+        environment:
+          prefend_path:
+            LD_LIBRARY_PATH: /ssoft/spack/external/cuda-compat/12.4/lib64
+      cuda@12.5:
+        environment:
+          prefend_path:
+            LD_LIBRARY_PATH: /ssoft/spack/external/cuda-compat/12.6/lib64
-- 
GitLab