mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 12:55:24 +02:00
sacctmgr: add Chinese translation (#7588)
This commit is contained in:
parent
5283cc7c42
commit
dc8f9639c0
2 changed files with 22 additions and 2 deletions
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"`
|
||||
|
|
Loading…
Add table
Reference in a new issue