
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 machineexplain this command
-
sacctmgr:tldr:87e49 sacctmgr: Add a cluster to the slurm database.$ sacctmgr add cluster ${cluster_name}try on your machineexplain 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 machineexplain this command
-
sacctmgr:tldr:ca8f3 sacctmgr: Show current configuration.$ sacctmgr show configurationtry on your machineexplain this command