Skip to content

Commit e364ed5

Browse files
committed
Minor build file cleanup.
1 parent 237a40b commit e364ed5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ CUDECOMPLIB=${BUILDDIR}/lib/libcudecomp.so
3030
CUDECOMPFLIB=${BUILDDIR}/lib/libcudecomp_fort.so
3131
CUDECOMPMOD=${BUILDDIR}/cudecomp_m.o
3232

33-
INCLUDES = -I${PWD}/include -I${MPI_HOME}/include -I${CUDA_HOME}/include -I${NCCL_HOME}/include -I${CUTENSOR_HOME}/include -I${CUDACXX_HOME}/include -I${NVSHMEM_HOME}/include
33+
INCLUDES = -I${PWD}/include -I${MPI_HOME}/include -I${CUDA_HOME}/include -I${NCCL_HOME}/include -I${CUTENSOR_HOME}/include -I${CUDACXX_HOME}/include
3434
LIBS = -L${CUDA_HOME}/lib64 -L${CUTENSOR_HOME}/lib64 -L${NCCL_HOME}/lib -L${CUDA_HOME}/lib64/stubs -lnccl -lcutensor -lcudart
3535
FLIBS = -cudalib=nccl,cutensor -lstdc++ -L${CUDA_HOME}/lib64 -L${CUDA_HOME}/lib64/stubs
3636

configs/nvhpcsdk.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ MPI_HOME=${NVHPC_HOME}/comm_libs/hpcx/latest/ompi
88
NCCL_HOME=${NVHPC_HOME}/comm_libs/nccl
99
CUFFT_HOME=${NVHPC_HOME}/math_libs
1010
CUTENSOR_HOME=${NVHPC_HOME}/math_libs
11-
CUDACXX_HOME=${CUDA_HOME}/include
11+
CUDACXX_HOME=${CUDA_HOME}
1212

1313
# Optional variables
1414
CUDA_CC_LIST=60 70 80

configs/nvhpcsdk_pm.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ MPI_HOME=${CRAY_MPICH_PREFIX}
1313
NCCL_HOME=${NVHPC_HOME}/comm_libs/nccl
1414
CUFFT_HOME=${NVHPC_HOME}/math_libs
1515
CUTENSOR_HOME=${NVHPC_HOME}/math_libs
16-
CUDACXX_HOME=${CUDA_HOME}/include
16+
CUDACXX_HOME=${CUDA_HOME}
1717

1818
# Optional variables
1919
CUDA_CC_LIST=80
2020
BUILD_FORTRAN=1
2121
ENABLE_NVTX=1
2222
ENABLE_NVSHMEM=0
23-
NVSHMEM_HOME=${HOME}/libraries/nvshmem
23+
NVSHMEM_HOME=

0 commit comments

Comments
 (0)