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

13
pages.zh/linux/sbcast.md Normal file
View File

@@ -0,0 +1,13 @@
# sbcast
> 将文件发送到作业分配的节点。
> 此命令仅应在 Slurm 批处理作业中使用。
> 更多信息:<https://slurm.schedmd.com/sbcast.html>。
- 将文件发送到当前作业分配的所有节点:
`sbcast {{path/to/file}} {{path/to/destination}}`
- 自动检测传输文件所依赖的共享库,并一同传输它们:
`sbcast --send-libs={{yes}} {{path/to/executable}} {{path/to/destination}}`