Skip to content

sacctmgr to Display Association or QoS Characteristics

Most common usage#

  • sacctmgr show asso: to see member of an account and the allowed QoS

Code Block (bash)

login@maestro-submit ~ $ sacctmgr show asso where account=ac1 format=account%10,user%10,share%5,qos%40

   Account       User Share                                      QOS
---------- ---------- ----- ----------------------------------------
      acc1              250         acc1,clcgwb,fast,gpu,long,normal
      acc1      user1     1         acc1,clcgwb,fast,gpu,long,normal
      acc1      user2     1         acc1,clcgwb,fast,gpu,long,normal
      acc1      user3     1         acc1,clcgwb,fast,gpu,long,normal

Code Block (bash)

login@maestro-submit ~ $ sacctmgr show asso where user=user1 format=Account,user,qos%40

   Account       User                                      QOS
---------- ---------- ----------------------------------------
      acc1      user1         acc1,clcgwb,fast,gpu,long,normal
   otherac      user1      clcgwb,fast,gpu,long,normal,otherac
  • sacctmgr show qos: to see information about a QoS

Code Block (bash)

login@maestro-submit ~ $ sacctmgr show qos where name=gpu format=name,Priority,MaxWall

      Name   Priority     MaxWall
---------- ---------- -----------
       gpu      20000  7-00:00:00

login@maestro-submit ~ $ sacctmgr show qos where name=long format=name,Priority,MaxWall,MaxCPUsPerUser

      Name   Priority      MaxWall MaxCPUsPU 
---------- ---------- ------------ --------- 
      long          0 365-00:00:00         5

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.

false5FAQAfalsemodifiedtruepagelabel in ("sacctmgr","qos") and type = "page" and space = "FAQA"sacctmgr qos

true

Related issues