Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 770 Bytes

useful-commands.md

File metadata and controls

51 lines (32 loc) · 770 Bytes

Useful commands

Some common commands are explained in this section of the ML Cloud Slurm Wiki.

They are reproduced here with some useful options.

Show jobs

Your own jobs

squeue --me

Any users jobs

squeue -u <username>

Cancel jobs

Cancel specific job

scancel <job-id>

Cancel all my jobs

scancel -u <your-slurm-username>

Check fairshare

Check on a group level

sshare

Check on an individual level

sshare --all

What now?

Go back to the Contents section or give feed-back about the tutorial on github!