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

Adding HOME variable for cuda

parent 062046e3
No related branches found
No related tags found
No related merge requests found
modules: modules:
default: default:
lmod: lmod:
# cuda:
# environment:
# unset:
# - CUDA_ROOT
nvhpc+mpi@24.3: nvhpc+mpi@24.3:
environment: environment:
set: set:
...@@ -19,3 +23,11 @@ modules: ...@@ -19,3 +23,11 @@ modules:
PATH: "${HPCX_DIR}/ucc/bin" PATH: "${HPCX_DIR}/ucc/bin"
PATH: "${HPCX_DIR}/hcoll/bin" PATH: "${HPCX_DIR}/hcoll/bin"
PATH: "${HPCX_DIR}/sharp/bin" PATH: "${HPCX_DIR}/sharp/bin"
nccl:
environment:
set:
NCCL_HOME: "{prefix}"
nvshmem:
environment:
set:
NCCL_HOME: "{prefix}"
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