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

Allow More Parallel Jobs for Slurm Worker #8374

Open
1 task done
Tobias314 opened this issue Feb 4, 2025 · 0 comments
Open
1 task done

Allow More Parallel Jobs for Slurm Worker #8374

Tobias314 opened this issue Feb 4, 2025 · 0 comments

Comments

@Tobias314
Copy link
Contributor

Detailed Description

Currently, it seems like WK only gives a limited number of parallel running jobs to the worker at a time. Any other started jobs are set to "pending" until some of the currently running jobs are completed. Now that we use slurm to run some of the jobs we could remove or at least increase this limit because slurm takes care of the scheduling and it does so on the finer and more efficient task level.
Depending on how much effort this is to have different settings for the parallelism for different jobs we could also wait with implementing this until all jobs are running on slurm.

Context

  • Specific to long-running jobs (set jobsEnabled=true in application.conf)
@philippotto philippotto changed the title Allow More Parrallel Jobs for Slurm Worker Allow More Parallel Jobs for Slurm Worker Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant