Skip to content
Snippets Groups Projects

Adding forward compatibility for cuda

Merged Nicolas Richart requested to merge fix-cuda-forward-compat into main
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading