Re: [R] trouble installing Rmpi on 64-bit Ubuntu 8.04 with openmpi

2008-06-10 Thread Mark Kimpel
://www.plymouth.ac.uk/staff/phewson > > > From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of tub78 [EMAIL PROTECTED] > Sent: 04 June 2008 21:11 > To: r-help@r-project.org > Subject: Re: [R] trouble installing Rmpi on 64-bit Ubuntu 8.04 with op

Re: [R] trouble installing Rmpi on 64-bit Ubuntu 8.04 with openmpi

2008-06-05 Thread Paul Hewson
Of tub78 [EMAIL PROTECTED] Sent: 04 June 2008 21:11 To: r-help@r-project.org Subject: Re: [R] trouble installing Rmpi on 64-bit Ubuntu 8.04 with openmpi The problem here is that the compiler cannot find the include files for mpi. Notice that the first checks that fail are: > checking mpi.h usabilit

Re: [R] trouble installing Rmpi on 64-bit Ubuntu 8.04 with openmpi

2008-06-04 Thread tub78
The problem here is that the compiler cannot find the include files for mpi. Notice that the first checks that fail are: > checking mpi.h usability... no > checking mpi.h presence... no > checking for mpi.h... no One solution is to create a file named "~/.R/Makevars" with the following line: PK