System Grab Bag

View all TLDR pages from Linux (or from all pages)

sacctmgr

View, setup, and manage Slurm accounts. More information: https://slurm.schedmd.com/sacctmgr.html.
  • Show current configuration:
    sacctmgr show configuration
  • Add a cluster to the slurm database:
    sacctmgr add cluster {{cluster_name}}
  • Add an account to the slurm database:
    sacctmgr add account {{account_name}} cluster={{cluster_of_account}}
  • Show details of user/association/cluster/account using a specific format:
    sacctmgr show {{user|association|cluster|account}} format="Account%10" format="GrpTRES%30"

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.