Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing MPI for Windows

I am trying to install MPI for Windows 8, so when I searched net I got steps for installing it on XP/7 but not for windows 8. The link is: http://swash.sourceforge.net/online_doc/swashimp/node9.html

But firstly when I have to allow mpi.exe and smpd.exe to communicate through firewall these exe files are not listed. Secondly, when I run cmd(as administrator) and type : "smpd -install", it says : "Unknown option: -install". I guess the command for windows 8 is something else. So I will be really grateful if anyone helps with it because I'm not able to proceed further.

like image 226
user2696258 Avatar asked Jan 16 '14 05:01

user2696258


2 Answers

Side note before I start, MPI is a standard, not a library that you install. MPICH, Open MPI, Intel MPI, MS-MPI, etc. are all implementations of that standard. When you say you're trying to do X with MPI and you're asking for help, mention which implementation (and version) you're using.

Based on your question, I'm assuming that you're trying to install MPICH, though which version is unclear. MPICH hasn't supported Windows since version 1.4.1p and even that version doesn't have any support from the MPICH team anymore as all of the Windows experts are now gone. I'd suggest that you take a look at one of the implementations that do currently support Windows. The only two I know of are MS-MPI (free) and Intel MPI (paid - Update: Now free for most users), though there are probably others out there that I don't know about. If you still have trouble after trying one of those implementations, they have their own support teams that can help you with your problem.

like image 57
Wesley Bland Avatar answered Nov 16 '22 06:11

Wesley Bland


I am not sure which version of MSMPI you were talking about but here is the webpage you should download the latest MSMPI which also supports Win 8.1.

You just need to double click and follow the instructions of installer.

like image 1
Semih Ozmen Avatar answered Nov 16 '22 06:11

Semih Ozmen