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
b6be4a97
Commit
b6be4a97
authored
11 years ago
by
Pedro Gonnet
Browse files
Options
Downloads
Patches
Plain Diff
added provisional version of sorted interactions, doesn't crash, but doesn't quite work yet either.
parent
ff9a358c
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
+9
-4
9 additions, 4 deletions
examples/Makefile.am
examples/test_bh_sorted.c
+1782
-0
1782 additions, 0 deletions
examples/test_bh_sorted.c
with
1791 additions
and
4 deletions
examples/Makefile.am
+
9
−
4
View file @
b6be4a97
...
...
@@ -21,12 +21,12 @@ AUTOMAKE_OPTIONS=gnu
# Add the source directory and debug to CFLAGS
AM_CFLAGS
=
-g
-Wall
-Werror
-I
../src
$(
OPENMP_CFLAGS
)
-DCPU_TPS
=
2.67e9
-DTIMERS
\
#
-fsanitize=address -fno-omit-frame-pointer
-fsanitize
=
address
-fno-omit-frame-pointer
AM_LDFLAGS
=
-lm
#
-fsanitize=address
AM_LDFLAGS
=
-lm
-fsanitize
=
address
# Set-up the library
bin_PROGRAMS
=
test
test_qr test_bh test_bh_2 test_bh_3
bin_PROGRAMS
=
test
test_qr test_bh test_bh_2 test_bh_3
test_bh_sorted
# Sources for test
test_SOURCES
=
test.c
...
...
@@ -36,7 +36,7 @@ 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
-llapack
-lblas
test_qr_LDADD
=
../src/.libs/libquicksched.a
-llapacke
-llapack
e
-lblas
# Sources for test_bh
test_bh_SOURCES
=
test_bh.c
...
...
@@ -53,3 +53,8 @@ test_bh_3_SOURCES = test_bh_3.c
test_bh_3_CFLAGS
=
$(
AM_CFLAGS
)
test_bh_3_LDADD
=
../src/.libs/libquicksched.a
# Sources for test_bh_sorted
test_bh_sorted_SOURCES
=
test_bh_sorted.c
test_bh_sorted_CFLAGS
=
$(
AM_CFLAGS
)
test_bh_sorted_LDADD
=
../src/.libs/libquicksched.a
This diff is collapsed.
Click to expand it.
examples/test_bh_sorted.c
0 → 100644
+
1782
−
0
View file @
b6be4a97
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