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

Merge branch 'missing_types_in_partition' into 'master'

Add missing task types to the gathering of weights in the partition code

See merge request !1684
parents 45468174 571b7ce2
Branches
Tags
3 merge requests!1715Update planetary strength after planetary plus's master rebase,!1693More threapool plotting tweaks,!1684Add missing task types to the gathering of weights in the partition code
......@@ -1430,9 +1430,14 @@ static void partition_gather_weights(void *map_data, int num_elements,
/* Different weights for different tasks. */
if (t->type == task_type_drift_part || t->type == task_type_drift_gpart ||
t->type == task_type_drift_spart || t->type == task_type_drift_bpart ||
t->type == task_type_ghost || t->type == task_type_extra_ghost ||
t->type == task_type_kick1 || t->type == task_type_kick2 ||
t->type == task_type_end_hydro_force ||
t->type == task_type_stars_ghost ||
t->type == task_type_bh_density_ghost || t->type == task_type_kick1 ||
t->type == task_type_kick2 || t->type == task_type_timestep ||
t->type == task_type_timestep_limiter ||
t->type == task_type_timestep_sync || t->type == task_type_kick1 ||
t->type == task_type_kick2 || t->type == task_type_end_hydro_force ||
t->type == task_type_end_grav_force || t->type == task_type_cooling ||
t->type == task_type_star_formation || t->type == task_type_timestep ||
t->type == task_type_init_grav || t->type == task_type_grav_down ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment