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
13345589
Commit
13345589
authored
Sep 26, 2017
by
lhausamm
Committed by
Loic Hausammann
Oct 31, 2018
Browse files
Add unlock to logger tasks
parent
b1d4452a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/engine.c
View file @
13345589
...
...
@@ -271,6 +271,8 @@ void engine_make_hierarchical_tasks_common(struct engine *e, struct cell *c) {
scheduler_addunlock
(
s
,
c
->
kick2
,
c
->
timestep
);
}
scheduler_addunlock
(
s
,
c
->
timestep
,
c
->
kick1
);
if
(
is_logger
)
scheduler_addunlock
(
s
,
c
->
kick1
,
c
->
logger
);
}
}
else
{
/* We are above the super-cell so need to go deeper */
...
...
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