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

Private GIT Repository
version opérationnelle
[lniv_gpu.git] / Makefile
index 2801dda51ec61c0c02bda9e8dd5aa836b5b14d6c..7c8c11f2730c8b1ddffb037a8d4ca2fd683fa2ec 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,9 +34,9 @@
 ################################################################################
 
 # Add source files here
-EXECUTABLE     := levelines
+EXECUTABLE     := lniv
 # CUDA source files (compiled with cudacc)
-CUFILES                := main_gmem.cu
+CUFILES                := main.cu
 # CUDA dependency files
 CU_DEPS                := levelines_common.h
 # C/C++ source files (compiled with gcc / c++)
@@ -47,3 +47,6 @@ CCFILES               :=
 # Rules and targets
 
 include ../../common/common.mk
+
+zul:
+       echo $(NVCCFLAGS)
\ No newline at end of file