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

Smart walltime estimation #205

Open
wpbonelli opened this issue Aug 26, 2021 · 1 comment
Open

Smart walltime estimation #205

wpbonelli opened this issue Aug 26, 2021 · 1 comment
Labels
enhancement New feature or request in progress Someone is working on this issue (please also assign yourself) priority Should be resolved first, if possible

Comments

@wpbonelli
Copy link
Member

wpbonelli commented Aug 26, 2021

Keep track of walltimes for each workflow (with input size as well) and infer walltime estimations for new tasks

Maybe we can model this as continuous error minimization between predicted and actual runtime, plus some padding for breathing room within the requested walltime... then it's amenable to PID control

Should be able to use built-in benchmarking with Snakemake to capture walltime and memory usage data

@wpbonelli wpbonelli added the enhancement New feature or request label Aug 26, 2021
@wpbonelli wpbonelli added in progress Someone is working on this issue (please also assign yourself) priority Should be resolved first, if possible labels Jan 4, 2022
@wpbonelli
Copy link
Member Author

We also need to set inbound and outbound transfer task walltimes according to the amount of data to be moved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in progress Someone is working on this issue (please also assign yourself) priority Should be resolved first, if possible
Projects
None yet
Development

No branches or pull requests

1 participant