Skip to content
Prev 299258 / 398503 Next

trouble installing Rmpi on a debian machine

Quoting Erin Hodgess <erinm.hodgess at gmail.com>:
[...]
I suspect you omitted a few deb packages before you started.  I have 
some notes
I made a few years ago when I installed Rmpi on a Kubuntu machine, so 
it should
be fairly similar to yours.  Make the appropriate changes if you use something
different from aptitude for handling packages.


sudo aptitude install openmpi-common
sudo aptitude install openmpi-binsudo
sudo aptitude install libhdf5-openmpi-1.6.6-0
sudo aptitude install libhdf5-openmpi-dev
sudo aptitude install openmpi-bin


HTH

Patrick