Skip to content

Commit

Permalink
add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Aug 6, 2023
1 parent 2f32640 commit 25668e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ ZMATLIB :=lib/libzmat.a
ZLIBFLAG :=
USERLINKOPT?=$(ZMATLIB) $(ZLIBFLAG)

CUDART=-lcudart_static -ldl

CUDART=-lcudart_static -ldl -lrt

CUOMPLINK=

Expand Down

0 comments on commit 25668e5

Please sign in to comment.