From ed98d4ee7f17f2e58ae2a0c2c029e062e5f34cf6 Mon Sep 17 00:00:00 2001
From: Pedro Gonnet <pedro.gonnet@durham.ac.uk>
Date: Thu, 19 Nov 2015 22:19:20 +0000
Subject: [PATCH] add a script to compile test_qr_ompss with the same params as
 test_qr.

---
 examples/make_test_qr_ompss.sh | 1 +
 1 file changed, 1 insertion(+)
 create mode 100755 examples/make_test_qr_ompss.sh

diff --git a/examples/make_test_qr_ompss.sh b/examples/make_test_qr_ompss.sh
new file mode 100755
index 0000000..b5a7253
--- /dev/null
+++ b/examples/make_test_qr_ompss.sh
@@ -0,0 +1 @@
+mcc --cc=gcc-5.2 --ompss -I../src -DCPU_TPS=2.67e9 -DTIMERS -g -k -O2 -march=native  -pthread -fopenmp -lcblas  -o test_qr_ompss test_qr_ompss.c ../src/.libs/libquicksched.a -llapacke -llapacke -lblas -lm
-- 
GitLab