# Running jobs

Schedule and manage work on CARC clusters with Slurm.

* [Introduction to Slurm](slurm-intro.md) - Slurm basics on CARC clusters: partitions, interactive jobs, and your first batch script.
* [Submitting jobs](submitting-jobs.md) - Submit, monitor, and cancel batch and interactive jobs with Slurm.
* [Slurm command reference](slurm-reference.md) - Common Slurm commands and sbatch directives with examples.
* [Example Slurm scripts](example-slurm-scripts.md) - Ready-to-adapt sbatch scripts for serial, parallel, and GPU jobs.
* [Slurm accounting and fairshare](slurm-accounting.md) - How Slurm accounts, job accounting, and the fairshare system work at CARC.
* [PBS to Slurm migration](pbs-to-slurm.md) - Translate PBS/Torque commands and scripts to their Slurm equivalents.
* [Environment modules](modules.md) - Find, load, and manage software with environment modules on CARC clusters.
* [GNU Parallel](gnu-parallel.md) - Run many small tasks efficiently inside a single Slurm job with GNU Parallel.
