On Feb 1, 2006, at 8:41 AM, Anne P Shelton wrote:
> I am trying to install an R package, Rmpi, and I am receiving the
> error
> that lam/mpi files need to have been compiled with-fPIC. I am
> using an
> IBM p655 cluster with Suse E9.1, we have the IBM fortran compilers
> installed. What file do I need to edit to correctly compile lam/mpi.
Do you need LAM/MPI to be compiled as shared libraries? If so,
configure LAM with the following:
./configure --disable-static --enable-shared ...
Putting in whatever other flags you want/need in the "..." section.
That will compile LAM's libraries as shared, and should therefore be
compiled as position independent code.
--
{+} Jeff Squyres
{+} The Open MPI Project
{+} http://www.open-mpi.org/
|