mcloud:dcu
pwmat 提交脚本 dcu 卡
提交脚本
#!/bin/bash #SBATCH --partition=xadhtest #SBATCH --job-name=pwmat #SBATCH --nodes=1 #SBATCH --gres=dcu:4 #SBATCH --exclusive ulimit -a ulimit -s unlimited ulimit -l unlimited ulimit -a module purge module load pwmat/20240223-magma-DCU2-intelmpi-2021 mpirun -np 4 PWmat -host 10.13.5.14 50001 | tee output
提交命令
sbatch pwmat.sh # 上面脚本文件名为 pwmat.sh
常见报错
sbatch: error: Batch job submission failed: Invalid account
or account/partition combination specified
原因
队列指定不正常, 上面例子指定的是 #SBATCH –partition=xadhtest
用户查看自己所属于队列的方法
方法一
方法二
在命令行执行sinfo
mcloud/dcu.txt · 最后更改: 2024/03/04 10:20 由 pengge
评论