Re: [Rd] Rmpi segfault after install on Ubuntu Hardy Heron

2008-06-12 Thread Mark Kimpel
Dirk, Did R CMD ldd $R_HOME/library/Rmpi/libs/Rmpi.so as suggested and things looked okay. Not really wanting to mess with the debugger I decided to use your prepackaged version. I completely uninstalled all openmpi packages on my system using Synaptic and deleted my compiled from source Rmpi from

Re: [Rd] Rmpi segfault after install on Ubuntu Hardy Heron

2008-06-12 Thread Dirk Eddelbuettel
On 12 June 2008 at 18:38, Mark Kimpel wrote: | Dirk, | | Configure concluded without errors. I am not running this on the HPC | cluster with icc, rather a separate local box used for testing and | learning. Its just an 64-bit Ubuntu 8.04 install on a 4-core machine. | LAM is not installed (I chec

Re: [Rd] Rmpi segfault after install on Ubuntu Hardy Heron

2008-06-12 Thread Martin Morgan
Oleg Sklyar wrote: simply cd to $R_HOME/library/Rmpi/libs and do on the command line ldd -r Rmpi.so I think you'll want to R CMD ldd $R_HOME/library/Rmpi/libs/Rmpi.so which picks up the R configuration environment, e.g., compare BLAS below: [EMAIL PROTECTED]:~/> R CMD ldd $R_HOME/library/st

Re: [Rd] Rmpi segfault after install on Ubuntu Hardy Heron

2008-06-12 Thread Oleg Sklyar
simply cd to $R_HOME/library/Rmpi/libs and do on the command line ldd -r Rmpi.so this will display you a list of dependencies of Rmpi.so and you can see if you find there the libraries that you expected to link against, or there will be some libraries from unexpected paths or missing ones Ma

Re: [Rd] Rmpi segfault after install on Ubuntu Hardy Heron

2008-06-12 Thread Mark Kimpel
Dirk, Configure concluded without errors. I am not running this on the HPC cluster with icc, rather a separate local box used for testing and learning. Its just an 64-bit Ubuntu 8.04 install on a 4-core machine. LAM is not installed (I checked to make sure). So, that leaves me with you last two o

Re: [Rd] Rmpi segfault after install on Ubuntu Hardy Heron

2008-06-11 Thread Dirk Eddelbuettel
On 11 June 2008 at 00:46, Mark Kimpel wrote: | I just installed Rmpi on my 64-bit Ubuntu Hardy Heron OS and using the | following without errors: | "R CMD INSTALL Rmpi_0.5-5.tar.gz --configure-args=--with-mpi=/usr/lib64/openmpi" And it concluded without warnings or errors? Configure found all th

Re: [Rd] Rmpi segfault after install on Ubuntu Hardy Heron

2008-06-11 Thread Paul Hewson
ED] On Behalf Of Mark Kimpel > Sent: 11 June 2008 05:47 > To: [EMAIL PROTECTED]; Dirk Eddelbuettel > Subject: [Rd] Rmpi segfault after install on Ubuntu Hardy Heron > > I just installed Rmpi on my 64-bit Ubuntu Hardy Heron OS and > using the following without errors: >

Re: [Rd] Rmpi segfault after install on Ubuntu Hardy Heron

2008-06-11 Thread Dirk Eddelbuettel
On 11 June 2008 at 10:38, Sklyar, Oleg \(MI London\) wrote: | Does Rmpi work with OpenMPI at all? It calls lamboot on load from LAM Yes. | MPI. I would think that mpi_initialize calls a shared library function | from LAM MPI which simply does not exist in OpenMPI or which does | something diffe

Re: [Rd] Rmpi segfault after install on Ubuntu Hardy Heron

2008-06-11 Thread Sklyar, Oleg (MI London)
On Behalf Of Mark Kimpel > Sent: 11 June 2008 05:47 > To: [EMAIL PROTECTED]; Dirk Eddelbuettel > Subject: [Rd] Rmpi segfault after install on Ubuntu Hardy Heron > > I just installed Rmpi on my 64-bit Ubuntu Hardy Heron OS and > using the following without errors: > &q

[Rd] Rmpi segfault after install on Ubuntu Hardy Heron

2008-06-10 Thread Mark Kimpel
I just installed Rmpi on my 64-bit Ubuntu Hardy Heron OS and using the following without errors: "R CMD INSTALL Rmpi_0.5-5.tar.gz --configure-args=--with-mpi=/usr/lib64/openmpi" Immediately at library(Rmpi) I get the segfault displayed in my complete output below. My first thought is that perhaps