Linux command
sbcast 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Send
sbcast path/to/file path/to/destination
Example
sbcast --send-libs=yes path/to/executable path/to/destination
说明
sbcast sends files to all nodes allocated to a Slurm job. It efficiently distributes files across compute nodes using the Slurm infrastructure. This command should only be used from within a Slurm batch job, not from the login node directly.
参数
- --send-libs _yes|no_
- Autodetect and transmit shared library dependencies
FAQ
What is the sbcast command used for?
sbcast sends files to all nodes allocated to a Slurm job. It efficiently distributes files across compute nodes using the Slurm infrastructure. This command should only be used from within a Slurm batch job, not from the login node directly.
How do I run a basic sbcast example?
Run `sbcast path/to/file path/to/destination` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --send-libs _yes|no_ do in sbcast?
Autodetect and transmit shared library dependencies