Skip to content
Snippets Groups Projects
Commit 407d24be authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Removed last occurence of the init task

parent 7101984c
No related branches found
No related tags found
1 merge request!327Rebuild criteria
......@@ -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. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment