From e8a895f8bfe2ee721338105cf3dbcaf52e3fc19f Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Sun, 8 Mar 2020 18:12:20 +0100 Subject: [PATCH] Give the correct default value of the number of spare sparts in the master yaml file --- examples/parameter_example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/parameter_example.yml b/examples/parameter_example.yml index cabc94d2bb..afeebbc0cf 100644 --- a/examples/parameter_example.yml +++ b/examples/parameter_example.yml @@ -104,7 +104,7 @@ Scheduler: cell_subdepth_diff_grav: 4 # (Optional) Maximal depth difference between leaves and a cell that gravity tasks can be pushed down to (this is the default value). cell_extra_parts: 0 # (Optional) Number of spare parts per top-level allocated at rebuild time for on-the-fly creation. cell_extra_gparts: 0 # (Optional) Number of spare gparts per top-level allocated at rebuild time for on-the-fly creation. - cell_extra_sparts: 400 # (Optional) Number of spare sparts per top-level allocated at rebuild time for on-the-fly creation. + cell_extra_sparts: 100 # (Optional) Number of spare sparts per top-level allocated at rebuild time for on-the-fly creation. max_top_level_cells: 12 # (Optional) Maximal number of top-level cells in any dimension. The number of top-level cells will be the cube of this (this is the default value). tasks_per_cell: 0.0 # (Optional) The average number of tasks per cell. If not large enough the simulation will fail (means guess...). links_per_tasks: 25 # (Optional) The average number of links per tasks (before adding the communication tasks). If not large enough the simulation will fail (means guess...). Defaults to 10. -- GitLab