Python Mpirun错误与SLURM:“;ORTE守护程序意外失败";,但仅当使用sbatch传递参数时

Python Mpirun错误与SLURM:“;ORTE守护程序意外失败";,但仅当使用sbatch传递参数时,python,mpi,openmpi,slurm,sbatch,Python,Mpi,Openmpi,Slurm,Sbatch,尝试使用sbatch提交作业时出现以下错误: An ORTE daemon has unexpectedly failed after launch and before communicating back to mpirun. This could be caused by a number of factors, including an inability to create a connection back to mpirun due to a lack of common netw

尝试使用sbatch提交作业时出现以下错误:

An ORTE daemon has unexpectedly failed after launch and before
communicating back to mpirun. This could be caused by a number
of factors, including an inability to create a connection back
to mpirun due to a lack of common network interfaces and/or no
route found between them. Please check network connectivity
(including firewalls and network routing requirements).
当我在没有参数的情况下使用sbatch时,它可以正常运行,但当我尝试用sbatch传递任何参数(例如
--作业名称
--导出
)时,会出现上述错误

我正在使用OpenMPI3并使用mpirun运行python脚本。mpirun和orted似乎都在使用相同的openmpi版本,在使用mpirun之前在我的slurm脚本中调用
即可证明:

which mpirun: /opt/openmpi30/bin/mpirun
which orted: /opt/openmpi30/bin/orted
任何帮助都将不胜感激