Error while running MPI cluster program in LAN

纵然是瞬间 提交于 2019-12-12 05:58:33

问题


Getting error while running MPI cluster program in a LAN environment. I have created a master and other clients in a local LAN environment. I follow this tutorial to create a cluster and runs it, Running an MPI Cluster with in LAN

mpiuser@507-12:~/cloud/mpich-3.0.4/examples$ mpirun -np 4 -hosts 192.168.100.77, 192.168.100.78 ./icpi

mpirun: Error: unknown option "-o" Type 'mpirun --help' for usage.

It's saying that we should use proper tags while writing the command and then it will work. But, I tried many ways to run it by changing or altering the tags. Still getting the same error. Couldn't figure out whats going wrong. Kindly, help me in due respect. Thanks.

来源:https://stackoverflow.com/questions/43042475/error-while-running-mpi-cluster-program-in-lan

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!