Skip to content
Snippets Groups Projects
Commit f2b94b6a authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

adds ctest for Heun p2p

parent e788d6ca
No related branches found
No related tags found
No related merge requests found
...@@ -474,6 +474,11 @@ if (BUILD_TESTING) ...@@ -474,6 +474,11 @@ if (BUILD_TESTING)
NAME test_tracer_set NAME test_tracer_set
COMMAND turtle TEST test_tracer_set -n 32 --np 2 --ntpp 2 --simname tracer_set_testsim COMMAND turtle TEST test_tracer_set -n 32 --np 2 --ntpp 2 --simname tracer_set_testsim
WORKING_DIRECTORY ${TEST_OUTPUT_DIRECTORY}) WORKING_DIRECTORY ${TEST_OUTPUT_DIRECTORY})
### p2p particle functionality
add_test(
NAME test_Heun_p2p
COMMAND turtle.test_Heun_p2p -n 32 --np 2 --ntpp 2 --simname tracer_set_Heun_p2p
WORKING_DIRECTORY ${TEST_OUTPUT_DIRECTORY})
### compare DNS output to stored results ### compare DNS output to stored results
add_test( add_test(
NAME test_NSVEparticles NAME test_NSVEparticles
... ...
......
File moved
...@@ -80,7 +80,6 @@ setup( ...@@ -80,7 +80,6 @@ setup(
package_data = {'TurTLE': ['test/B32p1e4_checkpoint_0.h5', package_data = {'TurTLE': ['test/B32p1e4_checkpoint_0.h5',
'test/particle_set/NSVEparticle_set.hpp', 'test/particle_set/NSVEparticle_set.hpp',
'test/particle_set/NSVEparticle_set.cpp', 'test/particle_set/NSVEparticle_set.cpp',
'test/particle_set/ADNS.py',
]}, ]},
entry_points = { entry_points = {
'console_scripts': [ 'console_scripts': [
...@@ -88,7 +87,8 @@ setup( ...@@ -88,7 +87,8 @@ setup(
'turtle.test_NSVEparticles = TurTLE.test.test_turtle_NSVEparticles:main', 'turtle.test_NSVEparticles = TurTLE.test.test_turtle_NSVEparticles:main',
'turtle.test_particles = TurTLE.test.test_particles:main', 'turtle.test_particles = TurTLE.test.test_particles:main',
'turtle.test_Parseval = TurTLE.test.test_Parseval:main', 'turtle.test_Parseval = TurTLE.test.test_Parseval:main',
'turtle.test_fftw = TurTLE.test.test_fftw:main'], 'turtle.test_fftw = TurTLE.test.test_fftw:main',
'turtle.test_Heun_p2p = TurTLE.test.test_Heun_p2p:main'],
}, },
version = VERSION, version = VERSION,
######################################################################## ########################################################################
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment