Skip to content
Snippets Groups Projects
Commit 091462a9 authored by Pedro Gonnet's avatar Pedro Gonnet Committed by Matthieu Schaller
Browse files

engine_launch is only ever called with all threads, remove the option to limit...

engine_launch is only ever called with all threads, remove the option to limit the number of running threads.
parent 49837b88
No related branches found
No related tags found
1 merge request!386Engine barrier
......@@ -270,7 +270,7 @@ void engine_init(struct engine *e, struct space *s,
const struct external_potential *potential,
const struct cooling_function_data *cooling_func,
struct sourceterms *sourceterms);
void engine_launch(struct engine *e, int nr_runners);
void engine_launch(struct engine *e);
void engine_prepare(struct engine *e);
void engine_init_particles(struct engine *e, int flag_entropy_ICs,
int clean_h_values);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment