From 407d24be317557097e9fafb4570dba69e8cf2066 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Tue, 11 Apr 2017 10:46:43 +0100 Subject: [PATCH] Removed last occurence of the init task --- src/partition.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/partition.c b/src/partition.c index 49dbf883e0..499efab263 100644 --- a/src/partition.c +++ b/src/partition.c @@ -524,7 +524,7 @@ static void repart_edge_metis(int partweights, int bothweights, int nodeID, t->type != task_type_sub_self && t->type != task_type_sub_self && t->type != task_type_ghost && t->type != task_type_kick1 && t->type != task_type_kick2 && t->type != task_type_timestep && - t->type != task_type_drift && t->type != task_type_init) + t->type != task_type_drift) continue; /* Get the task weight. */ -- GitLab