From 6d2a9a524bd827ed2d51bb35486c33e2c54c823f Mon Sep 17 00:00:00 2001 From: n0mend Date: Mon, 27 Apr 2020 18:28:00 +0000 Subject: Update run instructions for benchCholesky --- bench/benchCholesky.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bench') diff --git a/bench/benchCholesky.cpp b/bench/benchCholesky.cpp index 9a8e7cf63..0dc94e5b4 100644 --- a/bench/benchCholesky.cpp +++ b/bench/benchCholesky.cpp @@ -1,5 +1,4 @@ - -// g++ -DNDEBUG -O3 -I.. benchLLT.cpp -o benchLLT && ./benchLLT +// g++ -DNDEBUG -O3 -I.. benchCholesky.cpp -o benchCholesky && ./benchCholesky // options: // -DBENCH_GSL -lgsl /usr/lib/libcblas.so.3 // -DEIGEN_DONT_VECTORIZE -- cgit v1.2.3