dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #02981
Re: pyDOLFIN
No problem for me. How do I know umfpack is enabled? I have
libumfpack4 and libumfpack4-dev installed.
/Anders
On Thu, Aug 10, 2006 at 08:56:25AM +0200, Anders Logg wrote:
> Will check if I get the same error with umfpack (have not installed it
> before).
>
> /Anders
>
>
> On Wed, Aug 09, 2006 at 03:33:34PM +0200, Garth N. Wells wrote:
> > I'm trying out pyDOLFIN, but I'm getting an error that appears to be
> > related to UMFPACK. Any ideas?
> >
> > Garth
> >
> > >>> from dolfin import *
> > Importing DOLFIN
> > Traceback (most recent call last):
> > File "<stdin>", line 1, in ?
> > File
> > "/usr/local/garth/fenics/dolfin/working/dolfin_petsc/local/lib/python2.4/site-packages/dolfin/__init__.py",
> > line 5, in ?
> > from dolfin import *
> > File
> > "/usr/local/garth/fenics/dolfin/working/dolfin_petsc/local/lib/python2.4/site-packages/dolfin/dolfin.py",
> > line 4, in ?
> > import _dolfin
> > ImportError:
> > /usr/local/garth/fenics/dolfin/working/dolfin_petsc/local/lib/libdolfin.so.0:
> > undefined symbol: umfpack_di_transpose
> > _______________________________________________
> > DOLFIN-dev mailing list
> > DOLFIN-dev@xxxxxxxxxx
> > http://www.fenics.org/mailman/listinfo/dolfin-dev
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/mailman/listinfo/dolfin-dev
Follow ups
References