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

Call engine_pin() to make sure that memory is allocated in the correct place.

parent 749cc528
No related branches found
No related tags found
1 merge request!396Avx512 fixes
...@@ -440,6 +440,7 @@ void runner_doself2_force(struct runner *r, struct cell *ci); ...@@ -440,6 +440,7 @@ void runner_doself2_force(struct runner *r, struct cell *ci);
/* And go... */ /* And go... */
int main(int argc, char *argv[]) { int main(int argc, char *argv[]) {
engine_pin();
size_t runs = 0, particles = 0; size_t runs = 0, particles = 0;
double h = 1.23485, size = 1., rho = 2.5; double h = 1.23485, size = 1., rho = 2.5;
double perturbation = 0.; double perturbation = 0.;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment