使用sbatch提交作业时出现内存规范错误

问题描述

我正在尝试使用sbatch命令提交作业,并出现以下错误:

sbatch --mem-per-cpu=1024 -N2  -n 2 --job-name="test" -p partition script
sbatch: error: Memory specification can not be satisfied
sbatch: error: Batch job submission failed: Requested node configuration is not available

它显示Memory specification can not be satisfied,尽管我在群集中有更多的可用内存。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)