This section contains 5 pages:
What is SLURM?
What is Slurm?Slurm (originally Simple Linux Utility for Resource Management) is an open-source job scheduler used to manage shared computational reso…
SLURM Quickstart
Slurm Quick StartMost users only need four steps to get started:Choose a partitionWrite a batch scriptSubmit it withsbatchMonitor it with squeue or sa…
Common Job Scenarios
Common Job ScenariosThe most common mistake for new users is overcomplicating CPU and task requests. In most non-MPI jobs, keep --ntasks=1 and scale w…
Interactive Sessions and GUI Jobs
Interactive Sessions and GUI JobsWhat Is an Interactive Session?An interactive session gives you a shell on a compute node so you can test commands, d…
Monitoring and Troubleshooting Jobs
Monitoring and Troubleshooting JobsCheck Your Queuesqueue -u <cwid>Check Detailed Job Informationscontrol show jobid <job_id>scontrol is t…