On Mon, Feb 9, 2009 at 8:44 PM, Recif <[email protected]> wrote: > > Thanks for your response. > I had not set the --enable-pytrilinos option while configuring trilinos, and > after doing that and updating LD_LIBRARY_PATH, I can use the trilinos solver.
Very good. > In case it helps somebody else compiling trilinos on a 64-bit system, I had to > slightly modify the suggested configuration in the FiPy 2.0 manual: adding the > -fpic option for CFLAGS, CXXFLAGS and FFLAGS, and removing the -malign-double > option for FFLAGS. Actually, it is mentioned on the webpage I sent you, which I have now noted in the manual in the Trilinos section. I have been trying to get Trilinos working on a machine with Ubuntu 8.10. It seems to compile and install without difficulties, but when I try and import something from PyTrilinos it throws the following error. Traceback (most recent call last): File "/var/build/build_trunk_992/setup.py", line 780, in <module> 'Topic :: Software Development :: Libraries :: Python Modules' ... File "/usr/lib/python2.5/site-packages/PyTrilinos/ML.py", line 43, in <module> import _ML ImportError: /usr/local/lib/libaztecoo.so: undefined symbol: r_sign Do you have any idea about this? -- Daniel Wheeler
