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
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -24,9 +24,9 @@ modules:
# needed as long as drivers are with 12.2 support
cuda@12.4:
environment:
prefend_path:
prepend_path:
LD_LIBRARY_PATH: /ssoft/spack/external/cuda-compat/12.4/lib64
cuda@12.5:
environment:
prefend_path:
prepend_path:
LD_LIBRARY_PATH: /ssoft/spack/external/cuda-compat/12.6/lib64
Loading