Created
May 20, 2014 11:01
-
-
Save hornos/c6d70d526af09cabc5df to your computer and use it in GitHub Desktop.
slurm cluster load
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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