From dc8a4a9b9e76c446f2d9d1cd055e1b17e5d4fc4c Mon Sep 17 00:00:00 2001 From: James Willis <james.s.willis@durham.ac.uk> Date: Tue, 1 Aug 2017 15:32:42 +0100 Subject: [PATCH] Call engine_pin() to make sure that memory is allocated in the correct place. --- tests/test125cells.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test125cells.c b/tests/test125cells.c index 1bddd5dd2d..2b35f7b5d5 100644 --- a/tests/test125cells.c +++ b/tests/test125cells.c @@ -440,6 +440,7 @@ void runner_doself2_force(struct runner *r, struct cell *ci); /* And go... */ int main(int argc, char *argv[]) { + engine_pin(); size_t runs = 0, particles = 0; double h = 1.23485, size = 1., rho = 2.5; double perturbation = 0.; -- GitLab