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

reload: final cycle point cannot be changed after restart #3019

Closed
oliver-sanders opened this issue Mar 20, 2019 · 2 comments · Fixed by #3184
Closed

reload: final cycle point cannot be changed after restart #3019

oliver-sanders opened this issue Mar 20, 2019 · 2 comments · Fixed by #3184
Assignees
Labels
bug Something is wrong :(
Milestone

Comments

@oliver-sanders
Copy link
Member

Changes to the final cycle point don't get applied by cylc reload if the suite was run using cylc restart.

Example

[scheduling]
    initial cycle point = 2000
    final cycle point = 2010
    [[dependencies]]
        [[[P1Y]]]
            graph = foo[-P1Y] => foo

Normally changes to the final cycle point get applied by reload:

$ cylc run suite
# running to stop at 2010

$ sed -i 's/2010/2020/' suite.rc
$ cylc reload suite
# running to stop at 2020

However, if the suite was restarted rather than cold started nothing happens:

$ cylc restart suite
# running to stop at 2020

$ sed -i 's/2020/2030/' suite.rc
$ cylc reload suite
# running to stop at 2020
@oliver-sanders oliver-sanders added the bug Something is wrong :( label Mar 20, 2019
@oliver-sanders oliver-sanders added this to the soon milestone Mar 20, 2019
@matthewrmshin
Copy link
Contributor

Most likely overridden by the stored original.

@oliver-sanders
Copy link
Member Author

oliver-sanders commented Mar 20, 2019

See also #2799 which may supersede this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is wrong :(
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants