Skip to content

Commit

Permalink
ParU: do not run benchmark for "make demo"
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Aug 24, 2024
1 parent 47cfc9f commit 6d7c50c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ParU/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ demos: library
( cd build && ./paru_simple$(EXEEXT) < ../Matrix/west0067.mtx )
( cd build && [ -f paru_democ$(EXEEXT) ] && ./paru_democ$(EXEEXT) < ../Matrix/west0067.mtx || true )
( cd build && [ -f paru_demo$(EXEEXT) ] && ./paru_demo$(EXEEXT) < ../Matrix/xenon1.mtx || true )

bench: library
( cd build && [ -f paru_benchmark$(EXEEXT) ] && ./paru_benchmark$(EXEEXT) < ../Matrix/xenon1.mtx || true )

V = valgrind --leak-check=full --show-leak-kinds=all
Expand Down

0 comments on commit 6d7c50c

Please sign in to comment.