Skip to content
Snippets Groups Projects
Commit 57070eee authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Adding forward compatibility for cuda

parent 3b39dc68
No related branches found
No related tags found
1 merge request!12Adding forward compatibility for cuda
Pipeline #207631 passed
......@@ -21,3 +21,12 @@ modules:
environment:
set:
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