Skip to content

Commit

Permalink
fixed Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
justanhduc committed Dec 4, 2020
1 parent 679e401 commit 83c603f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ all: ts
tsretry: tsretry.c

ts: $(OBJECTS)
$(CC) $(LDFLAGS) -o ts $^ -L$(CUDA_HOME)/lib64 -I$(CUDA_HOME)/include -lpthread -lcudart -lcublas -fopenmp -lnvidia-ml
$(CC) $(LDFLAGS) -o ts $^ -L$(CUDA_HOME)/lib64 -L$(CUDA_HOME)/lib64/stubs -I$(CUDA_HOME)/include -lpthread -lcudart -lcublas -fopenmp -lnvidia-ml

# Test our 'tail' implementation.
ttail: tail.o ttail.o
Expand Down

0 comments on commit 83c603f

Please sign in to comment.