Skip to content
Prev 78 / 2152 Next

mpi and opensuse 11.1

Hello Ruud,

have you tried to install Rmpi using
R CMD INSTALL Rmpi_version.tar.gz --configure-args=--with-mpi=/mpipath ,
where mpipath is the path to your mpi installation (see 2 in README of 
Rmpi)?

Best,
Stefan

PS: to corresponding command in R would be install.packages("Rmpi", 
configure.args="--with-mpi=/mpipath")
R.H.Koning at rug.nl wrote: