how to use “job submit” in windows command

后端 未结 1 1150
北海茫月
北海茫月 2020-12-22 11:43

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%\\test         


        
相关标签:
1条回答
  • 2020-12-22 12:40

    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.

    0 讨论(0)
提交回复
热议问题