Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
2159 Discussions

Cluster two computers for Intel MPI

Peter_F_5
Beginner
1,256 Views

Hi there, 

I have two identical computers. Each with 4-dual cores and Intel Parallel Studio Cluster edition installed. I have a Fortran code, which on a single machine takes 9 hours to run if not parallelized and 1.37 hours to run once parallelized (OpenMP). I would like to connect the two computers and take advantage of both machines at the same time. Adding the MPI layer to the code should be straightforward, my problem is much more basic. 

How can I connect the two computers? They are on the same LAN network and I can easily remote login from one into other and vice-versa, but how to I pool the two computers for MPI computation?

Thanks,

0 Kudos
2 Replies
Mark_L_Intel
Moderator
1,256 Views

Hi Peter,

    It sounds like you want to build DYI HPC clusters. There are many sources on the Web about the subject. Are you talking about Linux or Windows based compute nodes? If you talk about Windows, here is one reference:

http://social.technet.microsoft.com/wiki/contents/articles/2539.diy-supercomputing-how-to-build-a-small-windows-hpc-cluster.aspx

On Linux, it is easer, e.g., you can read this article for starters:  

http://stackoverflow.com/questions/15903408/specify-the-machines-running-program-using-mpi

Mark

 

 

0 Kudos
Peter_F_5
Beginner
1,256 Views

Hi Mark,
Thank you very much for your answer. I am using windows, so I guess the best thing would be to try to setup a HPC cluster as you suggested on the first link, and see if I run into any issues. 
 

0 Kudos
Reply