add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

16
pages.zh/linux/salloc.md Normal file
View File

@@ -0,0 +1,16 @@
# salloc
> 通过在集群中分配一个或多个节点来启动一个交互式 shell 会话或执行一个命令。
> 更多信息:<https://slurm.schedmd.com/salloc.html>。
- 在集群中的节点上启动一个交互式 shell 会话:
`salloc`
- 在集群中的节点上同步执行指定的命令:
`salloc {{ls -a}}`
- 仅分配满足指定约束的节点:
`salloc --constraint={{(amd|intel)&gpu}}`