Skip to content
Snippets Groups Projects
Commit fc6717e1 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Update some YML files for new task allocation scheme

parent f81acb26
No related branches found
No related tags found
1 merge request!395Make the expected number of tasks per cell a parameter.
......@@ -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
......
......@@ -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
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment