Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
e9b19d66
Commit
e9b19d66
authored
Oct 13, 2016
by
Peter W. Draper
Browse files
Don't unskip the sort tasks when the main task is skipped
parent
8bdf06be
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/engine.c
View file @
e9b19d66
...
...
@@ -2034,9 +2034,11 @@ void engine_marktasks_mapper(void *map_data, int num_elements,
cj
->
dx_max
>
space_maxreldx
*
cj
->
h_max
))
*
rebuild_space
=
1
;
/* Set this task's skip. */
/* Set this task's skip
, otherwise nothing to do
. */
if
(
ci
->
ti_end_min
<=
ti_end
||
cj
->
ti_end_min
<=
ti_end
)
scheduler_activate
(
s
,
t
);
else
continue
;
/* If this is not a density task, we don't have to do any of the below. */
if
(
t
->
subtype
!=
task_subtype_density
)
continue
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment