Quoting Erin Hodgess <erinm.hodg...@gmail.com>:

Dear R People:

I'm having trouble installing Rmpi on a debian machine.

Here is my output:
bccd@node000:~$ /bccd/home/bccd
bccd@node000:~$
bccd@node000:~$ export RMPI_TYPE=OPENMPI
bccd@node000:~$ R CMD INSTALL Rmpi_0.5-9.tar.gz
* installing to library '/bccd/home/bccd/R/x86_64-pc-linux-gnu-library/2.15'

[...]

ERROR: compilation failed for package 'Rmpi'
* removing '/bccd/home/bccd/R/x86_64-pc-linux-gnu-library/2.15/Rmpi'
bccd@node000:~$

Now the strangest thing is that I installed Rmpi on a Rocks Cluster on
Tuesday with no trouble.

Any suggestions would be most appreciated.

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




Sincerely,
Erin


--
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto: erinm.hodg...@gmail.com

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to