Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
SWIFTsim
Commits
5ffd38ac
Commit
5ffd38ac
authored
9 years ago
by
James Willis
Browse files
Options
Downloads
Patches
Plain Diff
Modified Makefile.am to include testVectorize.c in compilation.
parent
0689a0cd
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!64
Agreed upon version of the density vectorization test
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/Makefile.am
+7
-8
7 additions, 8 deletions
tests/Makefile.am
with
7 additions
and
8 deletions
tests/Makefile.am
+
7
−
8
View file @
5ffd38ac
# This file is part of SWIFT.
# Co
p
yright (c) 2015 matthieu.schaller@durham.ac.uk.
# Coy
p
right (c) 2015 matthieu.schaller@durham.ac.uk.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -15,22 +15,21 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Add the source directory and debug to CFLAGS
AM_CFLAGS
=
-I
../src
-DCPU_TPS
=
2.67e9
$(
HDF5_CPPFLAGS
)
AM_CFLAGS
=
-I
../src
-DCPU_TPS
=
2.67e9
$(
HDF5_CPPFLAGS
)
-DTIMER
-O0
-g
AM_LDFLAGS
=
../src/.libs/libswiftsim.a
$(
HDF5_LDFLAGS
)
$(
HDF5_LIBS
)
# List of programs and scripts to run in the test suite
TESTS
=
testGreetings testReading.sh testSingle
TESTS
=
testGreetings testReading.sh
# List of test programs to compile
check_PROGRAMS
=
testGreetings testReading test
Singl
e
check_PROGRAMS
=
testGreetings testReading test
Vectoriz
e
# Sources for the individual programs
testGreetings_SOURCES
=
testGreetings.c
testReading_SOURCES
=
testReading.c
# Sources for test_single
testSingle_SOURCES
=
testSingle.c
testSingle_CFLAGS
=
$(
MYFLAGS
)
$(
AM_CFLAGS
)
testSingle_LDADD
=
../src/.libs/libswiftsim.a
$(
HDF5_LDFLAGS
)
$(
HDF5_LIBS
)
testVectorize_SOURCES
=
testVectorize.c
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