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

Add batch_size for slurm jobs #953

Open
normanrz opened this issue Oct 16, 2023 · 0 comments
Open

Add batch_size for slurm jobs #953

normanrz opened this issue Oct 16, 2023 · 0 comments

Comments

@normanrz
Copy link
Member

Detailed Description

Some jobs that we run on a Slurm cluster (e.g. downsampling) take longer to queue than to actually run. Splitting it up in many small Slurm jobs is therefore inefficient. Just making bigger jobs (e.g. by increasing the chunks_per_shard) is also not a great option, because it increases the required RAM as well as storage units on disk. Therefore, it would be good to just schedule multiple jobs in one Slurm job. This would be configurable by the batch_size (or similarly named) job resources.

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