Merged
Conversation
1045aee to
d396411
Compare
d396411 to
46f1591
Compare
Member
Author
|
(Can change to 8.4.x if desired) |
Member
Happy to leave here, probs more appropriate for a minor release. Profiling results show a reasonable reduction in CPU 🎉. method#!Jinja2
[scheduler]
allow implicit tasks = True
[task parameters]
run = 1..{{ N }}
[scheduling]
initial cycle point = 2000
final cycle point = 2000-01-03
runahead limit = P0
[[queues]]
[[[default]]]
limit = 500
[[graph]]
P1D = """
@wall_clock => start => foo<run> => bar
bar:run | foo<run> => baz
"""
[runtime]
[[root]]
script = true
run mode = skip
[[[skip]]]
# default run length = PT0S
outputs = succeeded, run
[[[outputs]]]
run = run |
hjoliver
approved these changes
Feb 20, 2025
wxtim
reviewed
Feb 24, 2025
wxtim
approved these changes
Feb 24, 2025
035572f to
76ef1c7
Compare
Member
|
Test added, merging... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Closes #6619 (comment)
Check List
CONTRIBUTING.mdand added my name as a Code Contributor.