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`