Skip to content

Cheatsheet for the scheduling program "SLURM" (job scheduler for HPC clusters)

Notifications You must be signed in to change notification settings

yfe404/slurm-cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

SLURM Cheatsheet

Submit a job

sbatch job.slurm

Check the status of queued and running jobs

squeue -u $USER

See the expected start times of your queued jobs

squeue -u $USER --start

Cancel a job

scancel <jobid>

About

Cheatsheet for the scheduling program "SLURM" (job scheduler for HPC clusters)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published