From 091462a904b795ef846ec7549bc2642f7892ed24 Mon Sep 17 00:00:00 2001
From: Pedro Gonnet <gonnet@google.com>
Date: Sun, 30 Jul 2017 22:25:32 +0200
Subject: [PATCH] engine_launch is only ever called with all threads, remove
 the option to limit the number of running threads.

---
 src/engine.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/engine.h b/src/engine.h
index b1d69270bd..47a30a99b6 100644
--- a/src/engine.h
+++ b/src/engine.h
@@ -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);
-- 
GitLab