The Slurm Queuing System
The queuing system is used to run jobs on the cluster. Essentially, this is a lineup of jobs that will be run on one or more of the computer nodes. When one job finishes, the next job in the queue will start.Command line utilities
sbatch fri.sub or slurm_fri.sub or whatever slurm script file name: submit job through Slurm
squeue : show all jobs in Slurm
squeue --me : show your jobs only
scancel jobid : cancel one of your jobs
scancel --user username : cancel all jobs of a user