Skip to content

Instantly share code, notes, and snippets.

@hornos
Created May 20, 2014 11:01
Show Gist options
  • Select an option

  • Save hornos/c6d70d526af09cabc5df to your computer and use it in GitHub Desktop.

Select an option

Save hornos/c6d70d526af09cabc5df to your computer and use it in GitHub Desktop.
slurm cluster load
scontrol -o show nodes | awk '{print $1,$4,$6,$7}' | sed s/[a-zA-Z]*=//g | awk '{if($2 >0) print $1, $2 "/" $3, $4}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment