Skip to content

Commit

Permalink
change camw to $USER in sacctmgr example
Browse files Browse the repository at this point in the history
  • Loading branch information
camillescott committed Jul 30, 2024
1 parent dc7b10a commit 6a2e439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scheduler/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sacctmgr show assoc user=$USER | less -S
Or, perhaps preferably, output it in a more compact format:

``` console
$ sacctmgr show assoc user=camw format="account%20,partition%20,qos%40"
$ sacctmgr show assoc user=$USER format="account%20,partition%20,qos%40"
Account Partition QOS
-------------------- -------------------- ----------------------------------------
hpccfgrp mmgdept-gpu hpccfgrp-mmgdept-gpu-qos
Expand Down

0 comments on commit 6a2e439

Please sign in to comment.