Support running just the GEMV version of the thread safety test
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Thu, 17 Sep 2020 11:46:41 +0000 (13:46 +0200)
committerGitHub <noreply@github.com>
Thu, 17 Sep 2020 11:46:41 +0000 (13:46 +0200)
Makefile

index 7a03b08..93e8af2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -146,6 +146,9 @@ ifneq ($(NO_CBLAS), 1)
 ifeq ($(CPP_THREAD_SAFETY_TEST), 1)
        $(MAKE) -C cpp_thread_test all
 endif
+ifeq ($(CPP_THREAD_SAFETY_GEMV), 1)
+       $(MAKE) -C cpp_thread_test dgemv_tester
+endif
 endif
 endif