I an new to MPI and i want to use it under windows. Please could any o开发者_如何学Gone give me a link in which i can download this library (if exist). If there are many versions of MPI i hope to be referred to the most linux like because i have an MPI C linux code and i want with minimal change to make it work on windows.
Thanks very much Hani Almousli.......MPICH.
In case your existing code uses linux-specific code, consider using gcc
from MINGW or Cygwin for compilation.
You can download and install Microsoft HPC pack 2008 SDK which includes MSMPI (based on mpich)
http://www.microsoft.com/downloads/en/details.aspx?familyid=12887da1-9410-4a59-b903-693116bfd30e&displaylang=en
If you have been using mpich and would like to stay with it then just install the one from ANL site.
http://www.mcs.anl.gov/research/projects/mpich2/downloads/index.php?s=downloads
精彩评论