dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #06217
Is this posible to use pydolfin together with UMFPACK ?
Hi,
I seem to have a problem with pydolfin when UMFPACK is enabled.
The error is:
================
/doldin/src/demo/pde/poisson/python> python demo.py
Traceback (most recent call last):
File "demo.py", line 20, in ?
from dolfin import *
File "/lib/python2.4/site-packages/dolfin/__init__.py", line 4, in ?
from assemble import *
File "/lib/python2.4/site-packages/dolfin/assemble.py", line 17, in ?
from dolfin import *
File "/lib/python2.4/site-packages/dolfin/dolfin.py", line 7, in ?
import _dolfin
ImportError: /lib/libdolfin.so.0: undefined symbol: amd_free
The configure command is:
=============================
./configure --prefix=/scratch/minh/prog --enable-pydolfin
--with-umfpack-include=/scratch/minh/prog/include
--with-umfpack-lib=/scratch/minh/prog/lib
--with-amd-lib=/scratch/minh/prog/lib
How can I overcome it?
Thanks,
/ Minh
Follow ups