Displaying 2 results from an estimated 2 matches for "mpi_home".
Did you mean:
mailhome
2007 Jul 06
1
Rmpi installation
...ages:
1: installation of package 'rsprng' had non-zero exit status in:
install.packages("Rmpi", depend = T)
2: installation of package 'Rmpi' had non-zero exit status in:
install.packages("Rmpi", depend = T)
I'm thinking that there might be things like "MPI_HOME" or something
like to be set, maybe?
Thanks for any help.
Edna Bell
mailto: edna.bell01 at gmail.com
2007 Mar 05
0
Help on installing RScaLAPACK on Ubuntu
...p some how-to site about RScaLAPACK.
Now I manage to get the package compiling, but the linker shows me lots
of unsolved references:
sudo R CMD INSTALL RScaLAPACK_0.5.1.tar.gz
--configure-args="--with-mpi=/usr/lib/lam":
* Installing *source* package 'RScaLAPACK' ...
configure: MPI_HOME=/usr/lib/lam .. is set
configure: BLACS_LIB=/usr/lib .. is set
configure: BLAS_LIB=/usr/lib .. is set
configure: SCALAPACK_LIB=/usr/lib .. is set
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cr...