Posted 2011/08/31
Install MPICH2 on a Mac
I am currently using a Macbook Pro, I had to install MPICH2 to use MPI.
- Install MacPorts from http://www.macports.org/
- sudo port install mpich2
This is almost exactly the same as I used to do on Gentoo:
- sudo emerge mpich2
I have never had to install it on Windows but I am pretty sure it is a bit trickier since you will probably want to make it work with Visual Studio.