From d46b45474c4d441a57f63d6e2ff779644c5806ce Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Wed, 26 Feb 2020 09:20:56 +0800 Subject: [PATCH] Revert "Better choice of number of top-level cells in the EAGLE12 ICs example" This reverts commit 2f5bb817228d402cee3e222654c1dbb795bb5107. --- examples/EAGLE_ICs/EAGLE_12/eagle_12.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml b/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml index 3abffdd828..0f2947c179 100644 --- a/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml +++ b/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml @@ -72,7 +72,7 @@ FOF: delta_time: 1.005 # Scale-factor ratio between consecutive FoF black hole seeding calls. Scheduler: - max_top_level_cells: 8 + max_top_level_cells: 16 tasks_per_cell: 5 cell_split_size: 200 -- GitLab