Skip to content

Commit

Permalink
KLU test coverage when CUDA is in use
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Aug 3, 2024
1 parent 84e1501 commit 932c495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KLU/Tcov/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ LDLIBS = -L../../lib \
-lm -lrt \
-Wl,-rpath=../../lib -lstdc++

I = -I../../include/suitesparse -I../Include -I../User -I../../BTF/Include -I../Source
I = -I../../include/suitesparse -I../Include -I../User -I../../BTF/Include -I../Source -I/usr/local/cuda/include

all: klutest klultest
- ./klultests > klultests.out
Expand Down

0 comments on commit 932c495

Please sign in to comment.