[Beowulf] Issue in finding libraries on the unix path

Jason Clinton jclinton at advancedclustering.com
Wed Apr 15 14:56:24 PDT 2009


On Mon, Apr 13, 2009 at 4:34 PM, Francesco Pietra <
francesco.pietra at accademialucchese.it> wrote:

> Question: could you please clarify how to implement the above "-rpath
> linkage option"?


With gcc and icc, you do "-Wl,-rpath=/path/to/your/libraries"


> Also, is there any hope to satisfy the f90-type compiler request with
> gfortran or other gnu fortran compiler? What I did is sourcing the
> path to the libraries at boot
> (calling from my .bashrc the intel *.sh file to this concern. "echo
> $LD_LIBRARY_PATH" shows the path to the requested library but intel
> does not see it.


Perhaps you have the wrong ELF class--ie. the 32-bit libraries in the path
when you need 64-bit? Try running "ldd" on the binaries in question and see
if they resolve their links.

-- 
Jason D. Clinton, 913-643-0306
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.beowulf.org/pipermail/beowulf/attachments/20090415/70ae7187/attachment.html>


More information about the Beowulf mailing list