Skip to content
Snippets Groups Projects
Commit d85cc47b authored by Daniel Filipe Jana's avatar Daniel Filipe Jana
Browse files

Merge branch 'fix-cuda-forward-compat' into 'main'

Adding forward compatibility for cuda

See merge request !12
parents 38194854 57070eee
No related branches found
No related tags found
1 merge request!12Adding forward compatibility for cuda
Pipeline #209310 passed
...@@ -21,3 +21,12 @@ modules: ...@@ -21,3 +21,12 @@ modules:
environment: environment:
set: set:
NCCL_HOME: "{prefix}" NCCL_HOME: "{prefix}"
# needed as long as drivers are with 12.2 support
cuda@12.4:
environment:
prepend_path:
LD_LIBRARY_PATH: /ssoft/spack/external/cuda-compat/12.4/lib64
cuda@12.5:
environment:
prepend_path:
LD_LIBRARY_PATH: /ssoft/spack/external/cuda-compat/12.6/lib64
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment