Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QuickSched
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
QuickSched
Commits
b2e33ec1
Commit
b2e33ec1
authored
11 years ago
by
Aidan Chalk
Browse files
Options
Downloads
Patches
Plain Diff
Updated the QR decomposition example
parent
1cf54988
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/Makefile.am
+5
-4
5 additions, 4 deletions
examples/Makefile.am
examples/test_qr.c
+486
-167
486 additions, 167 deletions
examples/test_qr.c
with
491 additions
and
171 deletions
examples/Makefile.am
+
5
−
4
View file @
b2e33ec1
...
...
@@ -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.
Click to expand it.
examples/test_qr.c
+
486
−
167
View file @
b2e33ec1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment