Merge pull request #18 from apaszke/master

Add --no-as-needed to make sure that cudart library gets linked
Cette révision appartient à :
Nathan Luehr
2016-04-19 11:11:39 -07:00
révision 0d4f8f4e95
+1 -1
Voir le fichier
@@ -50,7 +50,7 @@ NVCUFLAGS += -Xptxas -v -Xcompiler -Wall,-Wextra
CXXFLAGS += -Wall -Wextra
endif
LDFLAGS := -L$(CUDA_HOME)/lib64 -lcudart
LDFLAGS := -Wl,--no-as-needed -L$(CUDA_HOME)/lib64 -lcudart
MPIFLAGS := -I$(MPI_HOME)/include -L$(MPI_HOME)/lib -lmpi
TSTINC := -Ibuild/include -Itest/include