MS-MPI in multiple windows machines in a LAN network
I am trying to establish a cluster of multiple windows machine connected in a LAN using MSMPI. I have installed msmpi of the same version, have same username and password and ran smpd -p 8676 on both machines.
I made a simple program to establish a communication between two machines using mpi_comm_spawn. I used the command line as mpiexec -host
Can you please guide on how to establish the communication between both the machines.
I encountered the same issue as well. Have you managed to resolve it? Could you share the specific solution?