sacctmgr: add Chinese translation (#7588)

This commit is contained in:
David Zhang 2021-12-31 20:22:18 +08:00 committed by GitHub
parent 5283cc7c42
commit dc8f9639c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 2 deletions

View File

@ -0,0 +1,20 @@
# sacctmgr
> 查看、配置、管理 Slurm 账户。
> 更多信息:<https://slurm.schedmd.com/sacctmgr.html>
- 显示现有配置:
`sacctmgr show configuration`
- 向 Slurm 数据库添加集群:
`sacctmgr add cluster {{集群名}}`
- 向 Slurm 数据库添加账户:
`sacctmgr add account {{账户名}} cluster={{账户所在集群}}`
- 以指定格式显示用户、账户资源关联、集群、账户的详细信息:
`sacctmgr show {{user|association|cluster|account}} format="Accout%10" format="GrpTRES%30"`

View File

@ -15,6 +15,6 @@
`sacctmgr add account {{account_name}} cluster={{cluster_of_account}}`
- Show details of user/association/cluster/account:
- Show details of user/association/cluster/account using a spcific format:
`sacctmgr show {{user/association/cluster/account}}`
`sacctmgr show {{user|association|cluster|account}} format="Accout%10" format="GrpTRES%30"`