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
8f88c063
"README.md" did not exist on "ac592f056f58cce51f4190d0a9eab620095b7e2a"
Commit
8f88c063
authored
8 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Applied the usual naming convention to the new threadpool test
parent
dd37f587
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
tests/Makefile.am
+3
-3
3 additions, 3 deletions
tests/Makefile.am
tests/testThreadpool.c
+0
-0
0 additions, 0 deletions
tests/testThreadpool.c
tests/testTimeIntegration.c
+0
-1
0 additions, 1 deletion
tests/testTimeIntegration.c
with
4 additions
and
4 deletions
.gitignore
+
1
−
0
View file @
8f88c063
...
@@ -62,6 +62,7 @@ tests/testFFT
...
@@ -62,6 +62,7 @@ tests/testFFT
tests/testInteractions
tests/testInteractions
tests/testSymmetry
tests/testSymmetry
tests/testMaths
tests/testMaths
tests/testThreadpool
tests/testParser
tests/testParser
tests/parser_output.yml
tests/parser_output.yml
tests/test27cells.sh
tests/test27cells.sh
...
...
This diff is collapsed.
Click to expand it.
tests/Makefile.am
+
3
−
3
View file @
8f88c063
...
@@ -24,13 +24,13 @@ AM_LDFLAGS = ../src/.libs/libswiftsim.a $(HDF5_LDFLAGS) $(HDF5_LIBS) $(FFTW_LIBS
...
@@ -24,13 +24,13 @@ AM_LDFLAGS = ../src/.libs/libswiftsim.a $(HDF5_LDFLAGS) $(HDF5_LIBS) $(FFTW_LIBS
TESTS
=
testGreetings testMaths testReading.sh testSingle testKernel testSymmetry
\
TESTS
=
testGreetings testMaths testReading.sh testSingle testKernel testSymmetry
\
testPair.sh testPairPerturbed.sh test27cells.sh test27cellsPerturbed.sh
\
testPair.sh testPairPerturbed.sh test27cells.sh test27cellsPerturbed.sh
\
testParser.sh testSPHStep test125cells.sh testKernelGrav testFFT
\
testParser.sh testSPHStep test125cells.sh testKernelGrav testFFT
\
t
hreadpool
_test
testT
hreadpool
# List of test programs to compile
# List of test programs to compile
check_PROGRAMS
=
testGreetings testReading testSingle testTimeIntegration
\
check_PROGRAMS
=
testGreetings testReading testSingle testTimeIntegration
\
testSPHStep testPair test27cells test125cells testParser
\
testSPHStep testPair test27cells test125cells testParser
\
testKernel testKernelGrav testFFT testInteractions testMaths
\
testKernel testKernelGrav testFFT testInteractions testMaths
\
testSymmetry threadpool
_test
testSymmetry t
estT
hreadpool
# Sources for the individual programs
# Sources for the individual programs
testGreetings_SOURCES
=
testGreetings.c
testGreetings_SOURCES
=
testGreetings.c
...
@@ -63,7 +63,7 @@ testFFT_SOURCES = testFFT.c
...
@@ -63,7 +63,7 @@ testFFT_SOURCES = testFFT.c
testInteractions_SOURCES
=
testInteractions.c
testInteractions_SOURCES
=
testInteractions.c
threadpool_
test_
SOURCES
=
threadpool
_test
.c
t
estT
hreadpool_SOURCES
=
t
estT
hreadpool.c
# Files necessary for distribution
# Files necessary for distribution
EXTRA_DIST
=
testReading.sh makeInput.py testPair.sh testPairPerturbed.sh
\
EXTRA_DIST
=
testReading.sh makeInput.py testPair.sh testPairPerturbed.sh
\
...
...
This diff is collapsed.
Click to expand it.
tests/threadpool
_test
.c
→
tests/t
estT
hreadpool.c
+
0
−
0
View file @
8f88c063
File moved
This diff is collapsed.
Click to expand it.
tests/testTimeIntegration.c
+
0
−
1
View file @
8f88c063
...
@@ -116,7 +116,6 @@ int main() {
...
@@ -116,7 +116,6 @@ int main() {
/* Kick... */
/* Kick... */
runner_do_kick
(
&
run
,
&
c
,
0
);
runner_do_kick
(
&
run
,
&
c
,
0
);
}
}
/* Clean-up */
/* Clean-up */
...
...
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