Skip to content

Slurm

Slurm is the job scheduler that manages compute resources on AI-LAB.


🧠 What Slurm Does

  • Allocates CPUs, GPUs, and memory to jobs
  • Queues jobs when resources are busy
  • Ensures fairness among users

🔍 Useful Commands

squeue          # View all jobs
squeue --me     # View your jobs
sinfo           # Show node status
nodesummary     # Display resource allocations

Next: Two Ways of Running Jobs →