]> AND Private Git Repository - snake_gpu.git/blobdiff - makefile
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
test tex
[snake_gpu.git] / makefile
index c76cc2f7c171518cad37ebee2f446dac0a232579..67b731ba002751df87b52a0a04058af2f63ef770 100644 (file)
--- a/makefile
+++ b/makefile
@@ -28,7 +28,8 @@ OPTION_CC2 =  $(OPTION_CC1)  -funroll-all-loops -fstrict-aliasing
 
 OPTION_CC = $(OPTION_CC2) -I$(PATH_INCLUDE) -I$(PATH_SRC)
 
 
 OPTION_CC = $(OPTION_CC2) -I$(PATH_INCLUDE) -I$(PATH_SRC)
 
-
+#includes NV
+INCNV = -I/home/perrot/NVIDIA_GPU_Computing_SDK/C/common/inc/
 # librairies pour la compilation
 LIB_CC = -lm 
 LIBSNV = -L/cm/shared/apps/cuda31/toolkit/3.1/lib64/ -lcuda -lcudart
 # librairies pour la compilation
 LIB_CC = -lm 
 LIBSNV = -L/cm/shared/apps/cuda31/toolkit/3.1/lib64/ -lcuda -lcudart
@@ -56,7 +57,7 @@ clean :
 # --use_fast_math
 # --ptxas-options=-v
 $(PATH_LIB)%_gpu.o :   $(PATH_SRC)%_gpu.cu
 # --use_fast_math
 # --ptxas-options=-v
 $(PATH_LIB)%_gpu.o :   $(PATH_SRC)%_gpu.cu
-                       $(NVCC) -arch=sm_13 --use_fast_math -c $< -o $@ 
+                       $(NVCC) $(INCNV) -arch=sm_13 --use_fast_math -c $< -o $@        
 
 $(PATH_LIB)%.o :       $(PATH_SRC)%.c $(DEPS)
                        $(CC) $(OPTION_CC) -c $< -o $@
 
 $(PATH_LIB)%.o :       $(PATH_SRC)%.c $(DEPS)
                        $(CC) $(OPTION_CC) -c $< -o $@