sacctmgr: add Chinese translation (#7588)
This commit is contained in:
20
pages.zh/linux/sacctmgr.md
Normal file
20
pages.zh/linux/sacctmgr.md
Normal 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"`
|
@@ -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"`
|
||||
|
Reference in New Issue
Block a user