Ross ROSS = Recommend OSS · open-source software intelligence for agents

SchedMD/slurm

Slurm: A Highly Scalable Workload Manager observed · 2026-08-28

github.com/SchedMD/slurm · homepage · C · NOASSERTION (other) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
SchedMD/slurmmain98

For agents

markdown · JSON · MCP: product_card(name="SchedMD/slurm")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem