how to use “job submit” in windows command

2019-01-29 13:10发布

问题:

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:

job is not recognized as an internal or external command

So what should I do to run this command in my computer over LAN?

回答1:

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.



标签: mpi