Forrest logo
back to context overview

sacctmgr

List of commands for sacctmgr:

  • sacctmgr:tldr:71f2c sacctmgr: Add an account to the slurm database.
    $ sacctmgr add account ${account_name} cluster=${cluster_of_account}
    try on your machine
    explain this command
  • sacctmgr:tldr:87e49 sacctmgr: Add a cluster to the slurm database.
    $ sacctmgr add cluster ${cluster_name}
    try on your machine
    explain this command
  • sacctmgr:tldr:bd5c8 sacctmgr: Show details of user/association/cluster/account using a specific format.
    $ sacctmgr show ${select} format="Account%10" format="GrpTRES%30"
    try on your machine
    explain this command
  • sacctmgr:tldr:ca8f3 sacctmgr: Show current configuration.
    $ sacctmgr show configuration
    try on your machine
    explain this command
back to context overview