diff --git a/examples/make_test_qr_ompss.sh b/examples/make_test_qr_ompss.sh new file mode 100755 index 0000000000000000000000000000000000000000..b5a725356d1a53ed73def034d8c9d144e87f3a00 --- /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