Skip to content
Snippets Groups Projects
Commit df45f0fd authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

call scheduler_set_unlocks once the tasks have been created.

parent 99e2763f
Branches
Tags
2 merge requests!136Master,!66Dynamic unlocks
......@@ -1287,6 +1287,9 @@ void engine_maketasks(struct engine *e) {
#endif
/* Set the unlocks per task. */
scheduler_set_unlocks(sched);
/* Rank the tasks. */
scheduler_ranktasks(sched);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment