[Trilinos-Users] Some Days the Fun Never Stops

Matt G mgoodman at email.arizona.edu
Sat Mar 7 13:53:07 MST 2009


I came up with a new interesting glitch:

Originally my installation (prefixed to my home directory on the HPC here)
could not find "libteuchos.so" located in my local lib directory, but after
doing:

export LD_LIBRARY_PATH=/home/u27/mgoodman/lib

I get a new and not very meaningful error message:

In [1]: from PyTrilinos import *
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)

/homeB/home4/u24/agh/<ipython console> in <module>()

/home/u27/mgoodman/lib/python2.6/site-packages/PyTrilinos/Teuchos.py in
<module>()
     43 """
     44
---> 45 import _Teuchos
     46 import new
     47 new_instancemethod = new.instancemethod

ImportError: /home/u27/mgoodman/lib/libepetra.so: undefined symbol:
_ZN3MPI2Op4InitEPFvPKvPviRKNS_8DatatypeEEb

Which looks much uglier, frankly.  Are my libraries landing in the wrong
directories somehow?

Any thoughts?
-Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://software.sandia.gov/mailman/private/trilinos-users/attachments/20090307/eb1c28d7/attachment.html 


More information about the Trilinos-Users mailing list