Re: [R] Rmpi Segmentation fault

2009-02-09 Thread Dirk Eddelbuettel
To bring closure to this thread, we found that the following simple patch to Rmpi/src/Rmpi.c fixes the problem: --- rmpi-0.5-6.orig/src/Rmpi.c +++ rmpi-0.5-6/src/Rmpi.c @@ -63,7 +63,7 @@ else { #ifdef OPENMPI - dlopen("libmpi.so.0", RTLD_GLOBAL); + dlopen("libmpi.so.0", RT

Re: [R] Rmpi Segmentation fault

2009-02-08 Thread Jeff Squyres
Doh! I should have added Paul to the CC of the mail I just sent (I don't know if my mail will go through to r-help since I'm not subscribed)... I'll re-send to Paul. This *appears* to be some deep linker voodoo. Our other thread reveals that this works for 32 bit and not for 64 bit, whic

Re: [R] Rmpi Segmentation fault

2009-02-06 Thread Dirk Eddelbuettel
Paul, On 6 February 2009 at 19:37, Paul Benton wrote: | Dear all, | | I have used the Rmpi package many times before however this time the | installation doesn't work :(. I've | installed it as I always do with openMPI tar.gz file direct from the | website. I'm installing on my ubuntu 8.10, R ve