Skip to content
Snippets Groups Projects
Commit 78de1c0f 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
No related merge requests found
Pipeline #207585 failed
......@@ -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
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