-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#1008: more minimal start-up dependencies #1026
#1008: more minimal start-up dependencies #1026
Conversation
@benfitzpatrick - is #747 relevant here? |
I think #747's problem will be OK because the start-up mechanism is different, |
…start-up-back-comp-dep-tweak
Runs correctly, but graphing is broken if a start-up task is present: the general cycling gets missed. |
I keep creating these graphing problems - I think I'll write some "dot" file tests for |
…-back-comp-dep-tweak
This looks OK to me for the |
We need to get this show on the road, and this fixes the run time behaviour, so I'm merging this and referring the residual graphing problem back to the main issue #1008. |
…dep-tweak #1008: more minimal start-up dependencies
This closes #1008.
This adds dependencies on R1 start-up/async tasks only at the first cycle
point of the dependent task.
@hjoliver, please review.