diff --git a/examples/MultiTypes/multiTypes.yml b/examples/MultiTypes/multiTypes.yml index 0766114a5be2706d94df0881b6357990f3e65d73..c1b37ab02698c71f75e548a6801e059c3e1741a9 100644 --- a/examples/MultiTypes/multiTypes.yml +++ b/examples/MultiTypes/multiTypes.yml @@ -29,10 +29,6 @@ SPH: delta_neighbours: 0.1 # The tolerance for the targetted number of neighbours. CFL_condition: 0.1 # Courant-Friedrich-Levy condition for time integration. -# Scheduling. -Scheduler: - tasks_per_cell: 38 # Mean tasks per cell, default of 27 not big enough - # Parameters related to the initial conditions InitialConditions: file_name: ./multiTypes.hdf5 # The file to read diff --git a/examples/SedovBlast_3D/sedov.yml b/examples/SedovBlast_3D/sedov.yml index bd7bd1b6acc023a647ead38ad5aca304263a3f33..1cc4aced9af3314cadde44f768016225426addf6 100644 --- a/examples/SedovBlast_3D/sedov.yml +++ b/examples/SedovBlast_3D/sedov.yml @@ -19,10 +19,6 @@ Snapshots: time_first: 0. # Time of the first output (in internal units) delta_time: 1e-2 # Time difference between consecutive outputs (in internal units) -# Scheduling -Scheduler: - tasks_per_cell: 36 # Mean number of tasks per cell, default 27 not big enough - # Parameters governing the conserved quantities statistics Statistics: delta_time: 1e-3 # Time between statistics output diff --git a/examples/parameter_example.yml b/examples/parameter_example.yml index dd3ff9b58b5445434a48bab6fb600f2cc2a20745..6327540c27753ea61a79d7fb4c16d60c5f00635d 100644 --- a/examples/parameter_example.yml +++ b/examples/parameter_example.yml @@ -14,7 +14,7 @@ Scheduler: cell_sub_size_self: 32000 # (Optional) Maximal number of interactions per sub-self task (this is the default value). cell_split_size: 400 # (Optional) Maximal number of particles per cell (this is the default value). 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: 27 # (Optional) The average number of tasks per cell. If not large enough the simulation will fail (this is the default value). + tasks_per_cell: 0 # (Optional) The average number of tasks per cell. If not large enough the simulation will fail (means guess...). # Parameters governing the time integration (Set dt_min and dt_max to the same value for a fixed time-step run.) TimeIntegration: