Slide 14
Slide 14 text
SLURM: What you need to know
- SLURM is the Simple Linux Utility for Resource Management
- Manages CPUs and jobs on the cluster
- Ensures everyone plays fair
- Everyone gets ~20 CPUs by default
- More info: http://hpc.ilri.cgiar.org/using-slurm
Some commands:
interactive - allocates resources for interactive shell (1 CPU)
squeue - see a list of running / queued jobs
scancel - cancel a job
sbatch - submit a “batch” job (ie, not interactive)