Skip to content
Snippets Groups Projects
Commit 75717dba authored by James Willis's avatar James Willis
Browse files

Benchmarking of interactions can now be performed in testInteractions.c.

parent afe55977
No related branches found
No related tags found
1 merge request!406Doself2 vectorisation
...@@ -32,7 +32,7 @@ TESTS = testGreetings testMaths testReading.sh testSingle testKernel testSymmetr ...@@ -32,7 +32,7 @@ TESTS = testGreetings testMaths testReading.sh testSingle testKernel testSymmetr
check_PROGRAMS = testGreetings testReading testSingle testTimeIntegration \ check_PROGRAMS = testGreetings testReading testSingle testTimeIntegration \
testSPHStep testActivePair test27cells test125cells testParser \ testSPHStep testActivePair test27cells test125cells testParser \
testKernel testFFT testInteractions testMaths \ testKernel testFFT testInteractions testMaths \
testSymmetry testThreadpool benchmarkInteractions \ testSymmetry testThreadpool \
testAdiabaticIndex testRiemannExact testRiemannTRRS \ testAdiabaticIndex testRiemannExact testRiemannTRRS \
testRiemannHLLC testMatrixInversion testDump testLogger \ testRiemannHLLC testMatrixInversion testDump testLogger \
testVoronoi1D testVoronoi2D testVoronoi3D testPeriodicBC testVoronoi1D testVoronoi2D testVoronoi3D testPeriodicBC
...@@ -71,8 +71,6 @@ testFFT_SOURCES = testFFT.c ...@@ -71,8 +71,6 @@ testFFT_SOURCES = testFFT.c
testInteractions_SOURCES = testInteractions.c testInteractions_SOURCES = testInteractions.c
benchmarkInteractions_SOURCES = benchmarkInteractions.c
testAdiabaticIndex_SOURCES = testAdiabaticIndex.c testAdiabaticIndex_SOURCES = testAdiabaticIndex.c
testRiemannExact_SOURCES = testRiemannExact.c testRiemannExact_SOURCES = testRiemannExact.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment