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

adding variable for nvhpc 24.7

parent 05ee2c57
No related branches found
No related tags found
1 merge request!7Missing GCC code in the matrix
Pipeline #206486 canceled
......@@ -23,6 +23,24 @@ modules:
PATH: "${HPCX_DIR}/ucc/bin"
PATH: "${HPCX_DIR}/hcoll/bin"
PATH: "${HPCX_DIR}/sharp/bin"
nvhpc+mpi@24.7:
environment:
set:
HPCX_DIR: "{prefix}/Linux_x86_64/24.7/comm_libs/12.5/hpcx/hpcx-2.19"
OPAL_PREFIX: "${HPCX_DIR}/ompi"
prepend_path:
LD_LIBRARY_PATH: "${HPCX_DIR}/ompi/lib"
LD_LIBRARY_PATH: "${HPCX_DIR}/ucx/lib"
LD_LIBRARY_PATH: "${HPCX_DIR}/ucx/lib/ucx"
LD_LIBRARY_PATH: "${HPCX_DIR}/ucc/lib"
LD_LIBRARY_PATH: "${HPCX_DIR}/ucc/lib/ucc"
LD_LIBRARY_PATH: "${HPCX_DIR}/hcoll/lib"
LD_LIBRARY_PATH: "${HPCX_DIR}/sharp/lib"
LD_LIBRARY_PATH: "${HPCX_DIR}/nccl_rdma_sharp_plugin/lib"
PATH: "${HPCX_DIR}/ucx/bin"
PATH: "${HPCX_DIR}/ucc/bin"
PATH: "${HPCX_DIR}/hcoll/bin"
PATH: "${HPCX_DIR}/sharp/bin"
nccl:
environment:
set:
......
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