---
keywords: SLURM, hpc
---

# `sbatch`

`sbatch` submits a batch script to the Slurm scheduler.

## Common `sbatch` usage

```bash
sbatch JOB.slurm
```
