Hi
I'm trying to run a simple parallel code between 2 nodes (VS 2013 and intel cluster 2017). I have successfully run in parallel between inner cores in the node 0. I create host.txt file then copy the main folder in to the node1 desktop. Both folders in each node are shared.But when i run it between 2 nodes this error appear. The cmd code that i use is:
mpiexec -n 2 -ppn 1 -f host.txt c.exe
which one process runs in node 0 and another is in node1.
I attached host file and error figure.Thanks.
链接已复制
Tanks but it doesn't work.I add full path after IP address for each node in the host file. i attached error and host file. is it the right format for specifying a full path?
P.S: both nodes have a same username and password and the folders containing exe file and main code are in the same path in both nodes.
No,you still haven't specified the path to c.exe in your run command, and you've added some bad syntax to your host file.
Have a look at this getting started guide: https://software.intel.com/en-us/get-started-with-mpi-for-windows
I couldn't find anything about specify a path to exe file in cmd from that link.I think if nodes increase its hard to path to all exe files. Is it possible to share folders (containing exe files) from all nodes and then just work with node0 to run simultaneously in all nodes? (just if the main code changes, replace the new exe file with old ones in all nodes).