Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MS-MPI in multiple windows machines in a LAN network #58

Open
soumyardash opened this issue Sep 30, 2021 · 0 comments
Open

MS-MPI in multiple windows machines in a LAN network #58

soumyardash opened this issue Sep 30, 2021 · 0 comments

Comments

@soumyardash
Copy link

soumyardash commented Sep 30, 2021

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 -p 8676 sample.exe. The issue is the parent and child are being compulsorily created in the same machine(either local or remote). How to make the communication such that the parent runs on the local machine and the child on remote machine.

Can you please guide on how to establish the communication between both the machines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant