Hello, I an new to MPI and i want to use it under windows. Please could any one 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.......
views:
48answers:
2
A:
In case your existing code uses linux-specific code, consider using gcc
from MINGW or Cygwin for compilation.
elder_george
2009-10-30 16:17:02
A:
You can download and install Microsoft HPC pack 2008 SDK which includes MSMPI (based on mpich)
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
agg
2010-09-20 21:34:29