Advanced Computing Platform for Theoretical Physics

Commit b5b5f4df authored by mikeaclark's avatar mikeaclark
Browse files

Small makefile fix

git-svn-id: http://lattice.bu.edu/qcdalg/cuda/quda@443 be54200a-260c-0410-bdd7-ce6af2a381ab
parent 631b5692
CUFILES := dslash_cuda.cu blas_cuda.cu
CCFILES := inv_bicgstab_cuda.cpp inv_cg.cpp util_cuda.cpp gauge_cuda.cpp spinor_quda.cpp
CUDA_INSTALL_PATH = /usr/local/cuda-2.0.0.2.1221
CUDA_INSTALL_PATH = /usr/local/cuda
INCLUDES = -I. -I$(CUDA_INSTALL_PATH)/include -I$(CUDA_INSTALL_PATH)/../cuda_sdk/common/inc
LIB = -L$(CUDA_INSTALL_PATH)/lib -lcudart
......
Markdown is supported
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