Skip to content

Commit

Permalink
ParU test coverage: find cublas_v2.h for CHOLMOD
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Apr 17, 2024
1 parent b5622bb commit b3f1439
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Apr XX, 2024: version 7.8.0
Apr XX, 2024: version 7.8.0 FIXME

* ParU 1.0.0: first stable release
* CHOLMOD 5.3.0: added cholmod_query, and #define's in cholmod.h,
Expand Down
3 changes: 2 additions & 1 deletion ParU/Tcov/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ CF = -pg -O0 -g -fprofile-arcs -ftest-coverage \
-Wdisabled-optimization -fexceptions -fopenmp

I = -I../../SuiteSparse_config -I../../UMFPACK/Source -I../../UMFPACK/Include \
-I../../CHOLMOD/Include -I../../AMD/Include -I../Include -I../Source
-I../../CHOLMOD/Include -I../../AMD/Include -I../Include -I../Source \
-I/usr/local/cuda/include

C = $(CXX) $(CF) $(I) -Wno-write-strings -std=c++11 \
-DPARU_COVERAGE -DPARU_ALLOC_TESTING -DBLAS32
Expand Down

0 comments on commit b3f1439

Please sign in to comment.