Minimum description of the SLURM commands

sbatch

This command is used to submit a job. Usage:

sbatch [job_script]

squeue

This command is used to see the jobs status. Usage:

squeue

scancel

This command is used to cancel the job. Usage:

scancel [job_ID]

sacct

This command is used to see the accounting information of finished jobs. Usage:

sacct -j [job_ID]