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.