Skip to content

Instantly share code, notes, and snippets.

@mpharrigan
Created October 23, 2014 01:27
Show Gist options
  • Save mpharrigan/a31fabca534e8d4ef3d5 to your computer and use it in GitHub Desktop.
Save mpharrigan/a31fabca534e8d4ef3d5 to your computer and use it in GitHub Desktop.
SLURM squeue aliases
alias ss='squeue --format="%.7i %9P %9j %9u %.13L %.13l %.16S %.2t %.5D %.5C %15R " --sort="t,-S"'
alias ssr='ss --states=R'
alias ssp='ss --states=PD'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment