HON95 hace 2 años
padre
commit
930590a15b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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`