tMakefile updated, assuming nvcc is in the path - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
 (HTM) git clone git://src.adamsgaard.dk/sphere
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit e9500d3f48fd83634be0c184b01e26ece254faf4
 (DIR) parent 012b84ef9ba5b9f0d7e8b20811e93728e85c2da5
 (HTM) Author: Anders Damsgaard <adc@geo.au.dk>
       Date:   Fri, 19 Oct 2012 09:57:11 +0200
       
       Makefile updated, assuming nvcc is in the path
       
       Diffstat:
         M src/Makefile                        |       7 ++++---
       
       1 file changed, 4 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/src/Makefile b/src/Makefile
       t@@ -1,13 +1,14 @@
        # Cuda paths
       -CUDA_INSTALL_PATH=/usr/local/cuda
       -CUDA_BIN=$(CUDA_INSTALL_PATH)/bin
       +#CUDA_INSTALL_PATH=/usr
       +#CUDA_BIN=$(CUDA_INSTALL_PATH)/bin
        
        # Define the editor and optional arguments
        EDITOR=vim -p
        
        # Define compilers and linker
        CC=g++
       -NVCC=$(CUDA_BIN)/nvcc
       +#NVCC=$(CUDA_BIN)/nvcc
       +NVCC=nvcc
        LINKER=$(CC)
        
        # Flags for producing optimized code