作业问题
常见问题
一、 DOS UNIX格式问题导致的提交失败
# sbatch: error: Batch script contains Dos line breaks
# sbatch: error: instead ofexpected UNIX line breaks
报错如上,解决方法是将文本dos格式转换为unix格式
dos2unix file
# 将file改为实际要转换的文件,然后重新sbatch该文件即可
# sbatch: error: Batch script contains Dos line breaks
# sbatch: error: instead ofexpected UNIX line breaks
报错如上,解决方法是将文本dos格式转换为unix格式
dos2unix file
# 将file改为实际要转换的文件,然后重新sbatch该文件即可