Browse Source

Update slurm.md

Håvard O. Nordstrand 4 years ago
parent
commit
db501a5ec6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/hpc/slurm.md

+ 1 - 0
config/hpc/slurm.md

@@ -12,6 +12,7 @@ breadcrumbs:
 
 - Cluster information:
     - Show partitions: `scontrol show partition [-a]`
+    - Show partition/node usage: `sinfo [-a]`
     - Show node capabilities: `sinfo -o "%20N    %8c    %10m    %25f    %10G"` (example)
 - Accounting:
     - Show accounts for user: `sacctmgr show assoc where user=<username> format=account`