1
Fork 0
mirror of https://github.com/Steffo99/unimore-hpc-assignments.git synced 2024-11-22 08:04:25 +00:00

Configure the right CUDA path

This commit is contained in:
Caterina Gazzotti 2022-11-29 08:22:51 -05:00
parent c506f221ee
commit 7cffa2496e

View file

@ -9,7 +9,7 @@ CXXFLAGS+= -O3
CXXFLAGS+= ${EXTRA_CXXFLAGS}
# Select the location of the local CUDA install
CUDA_HOME:=/opt/cuda
CUDA_HOME:=/usr/local/cuda-10.0
# Specify the directory of the nvc compiler
NVCC:=$(CUDA_HOME)/bin/nvcc
# Specify the flags for the nvc compiler