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

MPI on multiple machines #29

Open
yusufmansour opened this issue May 18, 2016 · 1 comment
Open

MPI on multiple machines #29

yusufmansour opened this issue May 18, 2016 · 1 comment
Labels

Comments

@yusufmansour
Copy link

We talked in class about how we've been running MPI on a "single machine" for demonstration purposes. If we were to run an MPI program and wanted to take advantage of multiple machines on a network, for example, how do we indicate how many and which machines should be utilized and how many processes they should each spawn?

@cswiercz
Copy link
Member

How to run on multiple machines is something that I wanted to touch on in the next lecture.

In short, it requires writing a sort of configuration files with the desired IP addresses of each process. You need to share your ssh key with each of these servers in order for the program to be "farmed out" by MPI.

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

No branches or pull requests

2 participants