HON95 2 年 前
コミット
930590a15b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      config/hpc/slurm.md

+ 1 - 1
config/hpc/slurm.md

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