gpt4 book ai didi

bash - Slurm 内联 sbatch 命令提交

转载 作者:行者123 更新时间:2023-11-29 09:25:05 26 4
gpt4 key购买 nike

使用 PBS 调度程序可以以这种方式启动没有脚本的批处理命令:

qsub -l select=1:ncpus=12:mem=112GB -l walltime=00:30:00 --/usr/bin/bash -c "mpirun -np 12 sleep 10"

是否可以在 Slurm 中使用 sbatch 实现?

最佳答案

是的,使用 --wrap 选项:

sbatch ... --wrap "mpirun -np 12 sleep 10"

来自documentation :

--wrap= Sbatch will wrap the specified command string in a simple "sh" shell script, and submit that script to the slurm controller. When --wrap is used, a script name and arguments may not be specified on the command line; instead the sbatch-generated wrapper script is used.

关于bash - Slurm 内联 sbatch 命令提交,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47791998/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com