소스 검색

Update slurm.md

Nordstrand 2 년 전
부모
커밋
2b1373ef2b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hpc/slurm.md

+ 1 - 1
hpc/slurm.md

@@ -11,7 +11,7 @@ breadcrumbs:
 
 - Show partitions: `scontrol show partition [-a]`
 - Show partition/node usage: `sinfo [-a]`
-- Show node capabilities: `sinfo -o "%20N    %8c    %10m    %25f    %25G"` (example)
+- Show node capabilities: `sinfo -o "%20N    %10A    %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`