From 3529a060edda51537931beb479b4401a93c6ba68 Mon Sep 17 00:00:00 2001 From: James Willis <james.s.willis@durham.ac.uk> Date: Tue, 28 Feb 2017 11:55:45 +0000 Subject: [PATCH] Added unsorted pair interactions to list of benchmarks. --- tests/test27cells.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/test27cells.c b/tests/test27cells.c index 9d78c57a24..c715d3d848 100644 --- a/tests/test27cells.c +++ b/tests/test27cells.c @@ -72,6 +72,11 @@ #define DOPAIR1_NAME "runner_dopair1_density_auto_vec" #endif +#if defined(DOPAIR1_NOSORT_JSW) +#define DOPAIR1 runner_dopair1_nosort_density +#define DOPAIR1_NAME "runner_dopair1_nosort_density" +#endif + #ifndef DOPAIR1 #define DOPAIR1 runner_dopair1_density #define DOPAIR1_NAME "runner_dopair1_density" @@ -330,6 +335,7 @@ int check_results(struct part *serial_parts, struct part *vec_parts, int count, /* Just a forward declaration... */ void runner_dopair1_density(struct runner *r, struct cell *ci, struct cell *cj); +void runner_dopair1_nosort_density(struct runner *r, struct cell *ci, struct cell *cj); void runner_dopair1_density_vec(struct runner *r, struct cell *ci, struct cell *cj); void runner_dopair1_density_vec_1(struct runner *r, struct cell *ci, struct cell *cj); void runner_dopair1_density_vec_2(struct runner *r, struct cell *ci, struct cell *cj); -- GitLab