Skip to content
Snippets Groups Projects
Commit b2e33ec1 authored by Aidan Chalk's avatar Aidan Chalk
Browse files

Updated the QR decomposition example

parent 1cf54988
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ AM_CFLAGS = -g -O3 -Wall -Werror -I../src -ffast-math -fstrict-aliasing \
AM_LDFLAGS = -lm # -fsanitize=address
# Set-up the library
bin_PROGRAMS = test test_bh test_bh_2 test_bh_3 test_bh_sorted
bin_PROGRAMS = test test_bh test_bh_2 test_bh_3 test_bh_sorted test_qr
#test_qr
# Sources for test
test_SOURCES = test.c
......@@ -36,9 +36,10 @@ test_CFLAGS = $(AM_CFLAGS)
test_LDADD = ../src/.libs/libquicksched.a
# Sources for test_qr
test_qr_SOURCES = test_qr.c
test_qr_CFLAGS = $(AM_CFLAGS)
test_qr_LDADD = ../src/.libs/libquicksched.a -llapacke -llapacke -lblas
#-L/usr/bin64/atlas/ /home/aidan/lapack-3.5.0/liblapacke.a /home/aidan/lapack-3.5.0/liblapack.a
test_qr_SOURCES = test_qr.c /usr/lib64/atlas/libcblas.a /usr/lib64/atlas/libptcblas.a
test_qr_CFLAGS = $(AM_CFLAGS) -I/home/aidan/ATLAS/ATLAS_linux/include #-I/home/aidan/lapack-3.5.0/lapacke/include
test_qr_LDADD = ../src/.libs/libquicksched.a -lf77blas -lcblas -latlas -lm -L/home/aidan/ATLAS/ATLAS_linux/lib/
# Sources for test_bh
test_bh_SOURCES = test_bh.c
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment