Which MPI package should I install?

14,545

Solution 1

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.

sudo aptitude install libopenmpi-dev openmpi-bin

Solution 2

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.

Share:
14,545

Related videos on Youtube

M. Tibbits
Author by

M. Tibbits

PSU Alumni!! Woot.

Updated on September 17, 2022

Comments

  • M. Tibbits
    M. Tibbits almost 2 years

    I want to attempt some simple programs using MPI on my desktop which runs KUbuntu 10.04.2. Which MPI package should I install?