Skip to content
Snippets Groups Projects
Commit dc8a4a9b 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 6aa63fdb
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);
/* 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.;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment