I want to attempt some simple programs using MPI on my desktop which runs KUbuntu 10.04.2. Which MPI package should I install?
I want to attempt some simple programs using MPI on my desktop which runs KUbuntu 10.04.2. Which MPI package should I install?
If it's just for simple usage on your own system, OpenMPI is very nice, as it doesn't require any setup after installation, just running your application with
mpirun
is sufficient.There's a great Guide in the Ubuntu Community Help on using the MPICH2 implementation of the MPI. It's a bit old (the Guide I mean), but it should still work as described.
The specific package you're interested in there is mpich2.