Skip to content
Snippets Groups Projects
Commit 80617b79 authored by Rafael Ravedutti's avatar Rafael Ravedutti
Browse files
parent d5f50fa8
No related merge requests found
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
PYCMD=python3 PYCMD=python3
CC=mpicxx CC=mpicxx
NVCC=nvcc NVCC=nvcc
NVCC_PATH = "$(shell which ${NVCC})" NVCC_PATH:="$(shell which ${NVCC})"
CUDA_BIN_PATH = "$(shell dirname ${NVCC_PATH})" CUDA_BIN_PATH:="$(shell dirname ${NVCC_PATH})"
CUDA_PATH:="$(shell dirname ${CUDA_BIN_PATH})" CUDA_PATH:="$(shell dirname ${CUDA_BIN_PATH})"
all: clean build lj_cpu lj_gpu all: clean build lj_cpu lj_gpu
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment