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

Dynamically select max execution time for the SLURM partition #53

Open
pmb59 opened this issue Oct 25, 2024 · 0 comments
Open

Dynamically select max execution time for the SLURM partition #53

pmb59 opened this issue Oct 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@pmb59
Copy link
Member

pmb59 commented Oct 25, 2024

In nextflow.config we have

process {
    executor='slurm'
    time = '5 d'
...
}

we can move away from hardcoding time by adding a function to calculate max allowed time in the queue/partition being used.

@pmb59 pmb59 added the enhancement New feature or request label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant