Skip to content
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

cylc 6: start-up task back-compat problem #1008

Closed
hjoliver opened this issue Jul 5, 2014 · 1 comment
Closed

cylc 6: start-up task back-compat problem #1008

hjoliver opened this issue Jul 5, 2014 · 1 comment
Assignees
Milestone

Comments

@hjoliver
Copy link
Member

hjoliver commented Jul 5, 2014

If prep is an old-style start-up task,

[scheduling]
   [[dependencies]]
        [[[0,6,12,18]]]
graph ="prep => X"

This gets auto-upgraded to prep[^] => X for the first four cycle points, then just X for the general recurrence. Which is not the same as in cylc-5, where the first instance of X triggers off prep, but all subsequent instances do not (mad but true).

@benfitzpatrick - is it easy for you to just apply the auto graph upgrade to the first cycle point in a list, where start-up and cold-start tasks are involved? (I'm sure it is easy as stated, but are there consequences for other suites...). Otherwise "wontfix" is probably fine as I doubt this is of much consequence in reality.

@hjoliver hjoliver added this to the cylc-6 milestone Jul 5, 2014
@hjoliver hjoliver changed the title 119: cold-start back-compat problem 119: start-up task back-compat problem Jul 5, 2014
benfitzpatrick added a commit to benfitzpatrick/cylc that referenced this issue Jul 21, 2014
benfitzpatrick added a commit to benfitzpatrick/cylc that referenced this issue Jul 24, 2014
benfitzpatrick added a commit to benfitzpatrick/cylc that referenced this issue Jul 28, 2014
benfitzpatrick added a commit to benfitzpatrick/cylc that referenced this issue Jul 28, 2014
benfitzpatrick added a commit to benfitzpatrick/cylc that referenced this issue Jul 28, 2014
benfitzpatrick added a commit to benfitzpatrick/cylc that referenced this issue Jul 28, 2014
@hjoliver
Copy link
Member Author

The run time behaviour here is now fixed, but graphing is still broken, see: #1026 (comment)

hjoliver added a commit that referenced this issue Jul 30, 2014
…dep-tweak

#1008: more minimal start-up dependencies
@matthewrmshin matthewrmshin changed the title 119: start-up task back-compat problem cylc 6: start-up task back-compat problem Aug 15, 2014
benfitzpatrick added a commit to benfitzpatrick/cylc that referenced this issue Aug 18, 2014
hjoliver added a commit that referenced this issue Aug 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants