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

Change SLURM scheduler interface to group jobs into job arrays. #93

Open
nicolas-kuechler opened this issue Apr 11, 2024 · 0 comments
Open

Comments

@nicolas-kuechler
Copy link
Owner

Currently, commands on Euler are scheduled individually per job, which may result in many (potentially short-running) jobs.
In this situation, SLURM advocates for using job arrays because it reduces the load on the scheduler.

We could modify the SLURM task submission component in the doe-suite to group all jobs of an experiment into a single large job array submission. This requires modifying the roles suite-scheduler-enqueue, suite-scheduler-remove, and suite-scheduler-status to change the interaction with SLURM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant