# facebookincubator/submitit

Python 3.8+ toolbox for submitting jobs to Slurm

Repository: https://github.com/facebookincubator/submitit
Canonical: https://ross.abutalabs.com/products/submitit
Language: Python
License: MIT
License Family: permissive
Topics: slurm, python, clusters
Last push: 2026-01-14T13:07:31+00:00

## Health v2 (maintenance only)
Score: 51/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 62, release rhythm 8, longevity 100
- inputs: {"age_days": 2322, "days_push": 231, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1635, forks 149 (observed 2026-08-28T04:05:14.397451+00:00)

## What it is
Submitit is a lightweight Python library for submitting Python functions as jobs to a Slurm cluster, wrapping submission and providing access to results and logs. It allows seamless switching between local execution and Slurm cluster execution.

## Use cases
- submit python functions to a slurm cluster
- run machine learning training jobs on hpc
- schedule batch computations on a cluster
- run experiments in parallel on slurm
- switch between local and cluster execution seamlessly
- checkpoint and resume long-running cluster jobs

## When to choose
- you have access to a Slurm cluster and want to run Python code on it
- you want a simple Pythonic API for job submission with log and result access
- you need checkpointing and error handling for cluster jobs
- you want to develop locally and run on Slurm with minimal code changes

## When to avoid
- your cluster uses a scheduler other than Slurm
- you need a full workflow manager with complex DAG dependencies
- you are not working in Python

## Facets
- artifact type: library
- maturity: active
- function: workflow-automation, scheduling, developer-tools
- domain: developer-tools, infrastructure-as-code, machine-learning, microservices
- platform: python, cli
- tags: slurm, job-submission, hpc, cluster-computing, batch-jobs, linux

## Member repositories
- facebookincubator/submitit (main) score 51

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:14.397451+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:47:00.529698+00:00, confidence not recorded.
  - readme: https://github.com/facebookincubator/submitit (fetched 2026-08-28T04:05:14.397451+00:00, sha 9e3bda3d1147)
  - registry_pypi: https://pypi.org/pypi/submitit/json (fetched 2026-08-29T11:20:05.598943+00:00, sha fcb2760dc238)
- Data as of 2026-08-30T08:39:29.467469+00:00.
