On May 10, 2006, at 11:27 AM, Emiliano Barreto_Hernandez wrote:
> I,ve finally installed Rmpi, fisrt recompiling LAM-MPI
> using --enable-shared --disable-static and after that
>
> with
>
> R CMD INSTALL Rmpi_0.5-2.tar.gz --configure-args=--with-mpi=/usr/
> local/
>
> but now i have a new problem, when
>
> lamboot -v
>
> I had
>
> -1<20037> ssi:boot:base:linear: Failed to boot n1 (10.1.1.60)
> n-1<20037> ssi:boot:base:linear: aborted!
> n-1<20043> ssi:boot:base:linear: booting n0 ( 10.1.1.100)
> n-1<20043> ssi:boot:base:linear: booting n1 ( 10.1.1.60)
> ERROR: LAM/MPI unexpectedly received the following on stderr:
> tkill: error while loading shared libraries: liblam.so.0: cannot
> open shared object file: No such file or directory
>
> Before shared optyion LAM and rsh work well,
>
> Any idea?
First, make sure that /usr/local/lib/liblam.so.0 exists on the second
machine (10.1.1.60). If it does, that means that you need to
include /usr/local/lib in your LD_LIBRARY_PATH or in ld.so's default
search path. Modifying /etc/ld.so.conf and then running ldconfig (as
root) should be good enough to solve your problem. You'll have to do
this on each node on which you want to run LAM/MPI.
Brian
--
Brian Barrett
LAM/MPI developer and all around nice guy
Have a LAM/MPI day: http://www.lam-mpi.org/
|