问题描述
我正在通过LAN在MPI中进行编程,我必须使用作业提交命令行,命令是这样的:
I am programming in MPI over LAN and I have to use the job submit command line, the command is this:
job submit /numnodes:2 /workdir:\\%computername%\tests /stdout:pi.txt /stderr:pi.err mpiexec -c 2 PI.exe
但是当我在命令窗口中键入它时,会出现此错误:
But when I typed it in command window I will get this error:
那我应该怎么做才能通过LAN在我的计算机上运行此命令?
So what should I do to run this command in my computer over LAN?
推荐答案
我从您的标签中假定您正在使用MPICH,从您的问题中假定您正在使用Windows HPC Server.虽然我对Windows HPC Server一无所知,但对MPICH却一无所知,并且MPICH不再支持Windows.您可以尝试使用Microsoft自己的MPI实现, MS- MPI .它是免费使用的,并且可能会更好地与他们的环境集成.
I assume from your tag that you're using MPICH and from your question that you're using Windows HPC Server. While I know nothing about Windows HPC Server, I do know about MPICH, and MPICH doesn't support Windows anymore. You might try using Microsoft's own MPI implementation, MS-MPI. It's free to use and will probably integrate with their environment much better.
这篇关于如何使用“工作提交"在Windows命令中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!