[R] Rmpi failing to install with all latest MPI packages and config arguments

2009-04-26 Thread Vince Fulco
On FC10 with openmpi and mpich2 installed, the command "R CMD INSTALL
Rmpi_0.5-7.tar.gz --configure-args=--with-mpi=/usr/lib64/openmpi" (or
/usr/lib64/mpich2) fails with the error ''cannot find mpi.h".  Doing a
(s)locate indicates no header file labeled as such. Would appreciate
any trailheads.

TIA,

V.

-- 
Vince Fulco, CFA, CAIA
612.424.5477 (universal)
vful...@gmail.com

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Rmpi failing to install with all latest MPI packages and config arguments

2009-04-26 Thread Dirk Eddelbuettel

On 26 April 2009 at 14:50, Vince Fulco wrote:
| On FC10 with openmpi and mpich2 installed, the command "R CMD INSTALL
| Rmpi_0.5-7.tar.gz --configure-args=--with-mpi=/usr/lib64/openmpi" (or
| /usr/lib64/mpich2) fails with the error ''cannot find mpi.h".  Doing a
| (s)locate indicates no header file labeled as such. Would appreciate
| any trailheads.

Do you actually have the releveant -dev packages installed?

This could have been a good question for r-sig-hpc or the fc/rh sig list.

Dirk

-- 
Three out of two people have difficulties with fractions.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Rmpi failing to install with all latest MPI packages and config arguments

2009-04-26 Thread Vince Fulco
Agreed on the redirect to SIG.  mpich2-devel and -libs are installed.

V.

On Sun, Apr 26, 2009 at 4:51 PM, Dirk Eddelbuettel  wrote:
>
> On 26 April 2009 at 14:50, Vince Fulco wrote:
> | On FC10 with openmpi and mpich2 installed, the command "R CMD INSTALL
> | Rmpi_0.5-7.tar.gz --configure-args=--with-mpi=/usr/lib64/openmpi" (or
> | /usr/lib64/mpich2) fails with the error ''cannot find mpi.h".  Doing a
> | (s)locate indicates no header file labeled as such. Would appreciate
> | any trailheads.
>
> Do you actually have the releveant -dev packages installed?
>
> This could have been a good question for r-sig-hpc or the fc/rh sig list.
>
> Dirk
>
> --
> Three out of two people have difficulties with fractions.
>



-- 
Vince Fulco, CFA, CAIA
612.424.5477 (universal)
vful...@gmail.com

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.