Skip to content
Snippets Groups Projects

Added test that benchmarks the interaction functions against their vectorised counterparts.

Merged James Willis requested to merge benchmark_interactions into master
+ 492
1
Compare changes
  • Side-by-side
  • Inline
Files
+ 3
1
@@ -31,7 +31,7 @@ TESTS = testGreetings testMaths testReading.sh testSingle testKernel testSymmetr
check_PROGRAMS = testGreetings testReading testSingle testTimeIntegration \
testSPHStep testPair test27cells test125cells testParser \
testKernel testKernelGrav testFFT testInteractions testMaths \
testSymmetry testThreadpool \
testSymmetry testThreadpool benchmarkInteractions \
testAdiabaticIndex testRiemannExact testRiemannTRRS \
testRiemannHLLC testMatrixInversion testDump testLogger
@@ -66,6 +66,8 @@ testFFT_SOURCES = testFFT.c
testInteractions_SOURCES = testInteractions.c
benchmarkInteractions_SOURCES = benchmarkInteractions.c
testAdiabaticIndex_SOURCES = testAdiabaticIndex.c
testRiemannExact_SOURCES = testRiemannExact.c
Loading