Skip to content

Commit 5af77ba

Browse files
author
Daniel Vickers
committed
We don't need to set as many cuda parameters
1 parent 361018f commit 5af77ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

toolchain/modules

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,5 @@ h-gpu CUDA_HOME="/apps/compilers/cuda/12.8.1"
9595
h-all HPC_OMPI_DIR="/apps/mpi/cuda/12.8.1/nvhpc/25.3/openmpi/5.0.7"
9696
h-all HPC_OMPI_BIN="/apps/mpi/cuda/12.8.1/nvhpc/25.3/openmpi/5.0.7/bin"
9797
h-all OMPI_MCA_pml=ob1 OMPI_MCA_coll_hcoll_enable=0
98-
h-gpu PATH="/apps/mpi/cuda/12.8.1/nvhpc/25.3/openmpi/5.0.7/bin:/apps/compilers/cuda/12.8.1/bin:${PATH}"
99-
h-gpu LD_LIBRARY_PATH="/apps/compilers/cuda/12.8.1/lib64:${LD_LIBRARY_PATH}"
98+
h-gpu PATH="/apps/mpi/cuda/12.8.1/nvhpc/25.3/openmpi/5.0.7/bin:${PATH}"
10099
h-gpu MFC_CUDA_CC=100 NVHPC_CUDA_HOME="/apps/compilers/cuda/12.8.1"

0 commit comments

Comments
 (0)