From fc6717e167f393c3d40a7409fdd20bc928da73bf Mon Sep 17 00:00:00 2001
From: "Peter W. Draper" <p.w.draper@durham.ac.uk>
Date: Mon, 14 Aug 2017 17:15:02 +0100
Subject: [PATCH] Update some YML files for new task allocation scheme

---
 examples/MultiTypes/multiTypes.yml | 4 ----
 examples/SedovBlast_3D/sedov.yml   | 4 ----
 examples/parameter_example.yml     | 2 +-
 3 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/examples/MultiTypes/multiTypes.yml b/examples/MultiTypes/multiTypes.yml
index 0766114a5b..c1b37ab026 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 bd7bd1b6ac..1cc4aced9a 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 dd3ff9b58b..6327540c27 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:
-- 
GitLab