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?