SchedMD/slurm
Slurm: A Highly Scalable Workload Manager observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 97
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0.0
- age_days: 5553
- days_rel: 20
- days_push: 7
- n_releases_24m: 21
Adoption not part of the score
4282 stars · 881 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Slurm is an open-source, highly scalable cluster resource management and job scheduling system for Linux clusters. It allocates compute nodes to users, launches and monitors parallel jobs, and arbitrates resource contention through a queue of pending work.
Use cases
- schedule batch and parallel jobs on an HPC cluster
- manage a queue of pending jobs across shared compute nodes
- allocate exclusive or shared access to cluster resources for a time window
- run MPI workloads across many nodes
- implement fairshare and priority-based job scheduling
- expose a REST API for submitting and monitoring cluster jobs
- track cluster usage with accounting and reporting
When to choose
- you operate a Linux cluster (HPC, research, GPU farm) needing centralized job scheduling
- you need scalable, fault-tolerant resource arbitration across hundreds or thousands of nodes
- you want fairshare, backfill, job arrays, and heterogeneous job support out of the box
- you need accounting, prioritization, and multi-cluster federation
When to avoid
- you only need to orchestrate containers on a small set of machines - Kubernetes may fit better
- you need a lightweight single-machine task runner like cron or GNU parallel
- your infrastructure is not Linux - Slurm is only tested on Linux
- you want a managed cloud-native scheduler without cluster administration overhead
Facets
application · maturity stable
scheduling workflow-automation monitoring cli api-framework auth microservices infrastructure-as-code self-hosted cpp cli self-hosted job-scheduler workload-manager hpc cluster-computing batch-scheduling resource-management mpi rest-api fairshare devops high-performance-computing linux
7 sources
- readme: https://github.com/SchedMD/slurm · fetched 2026-08-28 · 3f804dd01c88
- homepage: https://slurm.schedmd.com/ · fetched 2026-08-29 · 4256f9f38296
- site_page: https://slurm.schedmd.com/documentation.html · fetched 2026-08-29 · 4256f9f38296
- site_page: https://slurm.schedmd.com/quickstart_admin.html · fetched 2026-08-29 · b74710b4ed8f
- site_page: https://slurm.schedmd.com/quickstart.html · fetched 2026-08-29 · d827b3e07682
- site_page: https://slurm.schedmd.com/rest_quickstart.html · fetched 2026-08-29 · 5796e1c4669a
- site_page: https://slurm.schedmd.com/faq.html · fetched 2026-08-29 · 566435996f18
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| SchedMD/slurm | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem