Message-ID: <m2u0f22sq2.fsf@fhcrc.org>
Date: 2005-10-28T04:03:33Z
From: Seth Falcon
Subject: installing Rmpi
In-Reply-To: <8d9f49590510271304r4536bd49l1ee067e375f244dd@mail.gmail.com> (Jon Savian's message of "Thu, 27 Oct 2005 13:04:05 -0700")
On 27 Oct 2005, worknit at gmail.com wrote:
> Rmpi version: 0.4-9 Rmpi is an interface (wrapper) to MPI APIs with
> interactive R slave functionalities. See `library (help=Rmpi)' for
> details. Error in dyn.load(x, as.logical(local), as.logical(now)) :
> unable to load shared library
> '/home/apps/R-2.2.0/lib/R/library/Rmpi/libs/Rmpi.so': libmpi.so.0:
> cannot open shared object file: No such file or directory Error in
> dyn.unload(x) : dynamic/shared library
To help diagnose the issue, you might try calling ldd on Rmpi.so.
Perhaps the issue is that you need to add a path to LD_LIBRARY_PATH so
that the linker can find the mpi libs.
HTH,
+ seth