Introduction
Introduction Statistics Contact Development Disclaimer Help
tAdded cuda install path to makefile - sphere - GPU-based 3D discrete element m…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit f0a223e72931062cba1c3008097e3e4d6b070d64
parent 3582254c57dfe0c7c27896b797fee592315f2694
Author: Anders Damsgaard <[email protected]>
Date: Fri, 19 Oct 2012 16:53:17 +0200
Added cuda install path to makefile
Diffstat:
M src/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile b/src/Makefile
t@@ -1,5 +1,5 @@
# Cuda paths
-#CUDA_INSTALL_PATH=/usr
+CUDA_INSTALL_PATH=/usr/local/bin
#CUDA_BIN=$(CUDA_INSTALL_PATH)/bin
# Define the editor and optional arguments
t@@ -52,7 +52,7 @@ else # If Linux
#GL_LIBS+=-L/usr/X11/lib -lglut -lGL -lGLU
SDKPATH=$(HOME)/NVIDIA_GPU_Computing_SDK/C/common
EXECUTABLE=../sphere_linux_$(ARCH)
- LDFLAGS=-L$(SDKPATH)/lib/linux -L$(CUDA_INSTALL_PATH)/lib64
+ LDFLAGS=-L$(SDKPATH)/lib/linux -L$(CUDA_INSTALL_PATH)/lib -L$(CUDA_INSTALL_P…
endif
INCLUDES+=-I. -I$(SDKPATH)/shared/inc -I$(SDKPATH)/inc -I$(CUDA_INSTALL_PATH)/…
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.