Re: [R] Rmpi on Linux x86_64 GNU/Linux

2008-01-17 Thread Dirk Eddelbuettel
Brian, On 16 January 2008 at 11:26, Brian O'Gorman wrote: | I'm having trouble with R CMD INSTALL Rmpi_0.5-5.tar.gz | --configure-args=~/lam | | lam is is installed locally. | lamboot -d (or lamboot-d and also recon) works. make -k check from the | lamtest suite passes all tests. | Is this is

Re: [R] Rmpi on Linux x86_64 GNU/Linux

2008-01-16 Thread Prof Brian Ripley
On Wed, 16 Jan 2008, Brian O'Gorman wrote: > I'm having trouble with R CMD INSTALL Rmpi_0.5-5.tar.gz > --configure-args=~/lam > > lam is is installed locally. That's the problem. You need to build a shared library version, not a static version, to allow it to be compiled into shared objects. (

Re: [R] Rmpi on Linux x86_64 GNU/Linux

2008-01-16 Thread Martin Morgan
Hi Brian -- Prof. Ripley's reply to an earlier question http://tolstoy.newcastle.edu.au/R/e2/help/07/08/24306.html points to the need for mpi to be compiled as a shared library. Hope that helps, Martin "Brian O'Gorman" writes: > I'm having trouble with R CMD INSTALL Rmpi_0.5-5.tar.gz > --con

[R] Rmpi on Linux x86_64 GNU/Linux

2008-01-16 Thread Brian O'Gorman
I'm having trouble with R CMD INSTALL Rmpi_0.5-5.tar.gz --configure-args=~/lam lam is is installed locally. lamboot -d (or lamboot-d and also recon) works. make -k check from the lamtest suite passes all tests. Is this is problem with the -fPIC compiler as in the message? Should it be modifie