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

Get task graph back to same as master

For cells with large counts this matters
parent 98b8c242
No related branches found
No related tags found
1 merge request!176Tasks cleanup
......@@ -215,7 +215,7 @@ static void scheduler_splittask(struct task *t, struct scheduler *s) {
/* Replace by a single sub-task? */
if (scheduler_dosub &&
ci->count * sid_scale[sid] < space_subsize / cj->count &&
ci->count * cj->count * sid_scale[sid] < space_subsize &&
sid != 0 && sid != 2 && sid != 6 && sid != 8) {
/* Make this task a sub task. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment