Re: [Rd] Rmpi_0.5-4 and OpenMPI questions

2007-10-04 Thread Luke Tierney
On Thu, 4 Oct 2007, Hao Yu wrote: Hi Dirk, Thank for pointing out additional flags needed in order to compile Rmpi correctly. Those flags can be added in configure.ac once openmpi dir is detected. BTW -DMPI2 flag was missed in your Rmpi since the detection of openmpi was not good. It should be

Re: [Rd] Rmpi_0.5-4 and OpenMPI questions

2007-10-04 Thread Dirk Eddelbuettel
On 4 October 2007 at 06:37, Luke Tierney wrote: | > Yes, my bad. But it also hangs with argument count=3 (which I had tried, but | > my mail was wrong.) | | Any chance the snow workers are picking up another version of Rmpi, eg | a LAM one? Might happen if you have R_SNOW_LIB set and a Rmpi | in

Re: [Rd] Rmpi_0.5-4 and OpenMPI questions

2007-10-04 Thread Luke Tierney
On Thu, 4 Oct 2007, Dirk Eddelbuettel wrote: > > On 4 October 2007 at 01:11, Hao Yu wrote: > | Hi Dirk, > | > | Thank for pointing out additional flags needed in order to compile Rmpi > | correctly. Those flags can be added in configure.ac once openmpi dir is > | detected. BTW -DMPI2 flag was miss

Re: [Rd] Rmpi_0.5-4 and OpenMPI questions

2007-10-04 Thread Dirk Eddelbuettel
On 4 October 2007 at 01:11, Hao Yu wrote: | Hi Dirk, | | Thank for pointing out additional flags needed in order to compile Rmpi | correctly. Those flags can be added in configure.ac once openmpi dir is | detected. BTW -DMPI2 flag was missed in your Rmpi since the detection of | openmpi was not g

Re: [Rd] Rmpi_0.5-4 and OpenMPI questions

2007-10-04 Thread Hao Yu
Hi Dirk, Thank for pointing out additional flags needed in order to compile Rmpi correctly. Those flags can be added in configure.ac once openmpi dir is detected. BTW -DMPI2 flag was missed in your Rmpi since the detection of openmpi was not good. It should be if test -d ${MPI_ROOT}/