File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ CUDECOMPLIB=${BUILDDIR}/lib/libcudecomp.so
30
30
CUDECOMPFLIB =${BUILDDIR}/lib/libcudecomp_fort.so
31
31
CUDECOMPMOD =${BUILDDIR}/cudecomp_m.o
32
32
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
34
34
LIBS = -L${CUDA_HOME}/lib64 -L${CUTENSOR_HOME}/lib64 -L${NCCL_HOME}/lib -L${CUDA_HOME}/lib64/stubs -lnccl -lcutensor -lcudart
35
35
FLIBS = -cudalib=nccl,cutensor -lstdc++ -L${CUDA_HOME}/lib64 -L${CUDA_HOME}/lib64/stubs
36
36
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ MPI_HOME=${NVHPC_HOME}/comm_libs/hpcx/latest/ompi
8
8
NCCL_HOME=${NVHPC_HOME}/comm_libs/nccl
9
9
CUFFT_HOME=${NVHPC_HOME}/math_libs
10
10
CUTENSOR_HOME=${NVHPC_HOME}/math_libs
11
- CUDACXX_HOME=${CUDA_HOME}/include
11
+ CUDACXX_HOME=${CUDA_HOME}
12
12
13
13
# Optional variables
14
14
CUDA_CC_LIST=60 70 80
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ MPI_HOME=${CRAY_MPICH_PREFIX}
13
13
NCCL_HOME=${NVHPC_HOME}/comm_libs/nccl
14
14
CUFFT_HOME=${NVHPC_HOME}/math_libs
15
15
CUTENSOR_HOME=${NVHPC_HOME}/math_libs
16
- CUDACXX_HOME=${CUDA_HOME}/include
16
+ CUDACXX_HOME=${CUDA_HOME}
17
17
18
18
# Optional variables
19
19
CUDA_CC_LIST=80
20
20
BUILD_FORTRAN=1
21
21
ENABLE_NVTX=1
22
22
ENABLE_NVSHMEM=0
23
- NVSHMEM_HOME=${HOME}/libraries/nvshmem
23
+ NVSHMEM_HOME=
You can’t perform that action at this time.
0 commit comments