← Back to team overview

dolfin team mailing list archive

Re: [HG DOLFIN] Merge work on high-precision ODE?solvers by Benjamin Kehlet

 

On Mon, Feb 09, 2009 at 02:30:58PM +0100, Johan Hake wrote:
> On Monday 09 February 2009 14:19:04 Anders Logg wrote:
> > On Mon, Feb 09, 2009 at 02:11:11PM +0100, Johan Hake wrote:
> > > On Monday 09 February 2009 13:33:53 DOLFIN wrote:
> > > > One or more new changesets pushed to the primary dolfin repository.
> > > > A short summary of the last three changesets is included below.
> > > >
> > > > changeset:   5647:c69999de33ff3c66573518e5900008d949ef1d83
> > > > tag:         tip
> > > > parent:      5633:5cd8cab869baf0178c367c9c672be64d619701aa
> > > > parent:      5646:341ec5c00cd02235d829529b0b6a2e4985251421
> > > > user:        Anders Logg <logg@xxxxxxxxx>
> > > > date:        Mon Feb 09 13:33:42 2009 +0100
> > > > files:
> > > > description:
> > > > Merge work on high-precision ODE solvers by Benjamin Kehlet
> > >
> > > Not sure where it fails but it seems like dolfin::ODE::_epsilon is not
> > > defined, it fails on my computer. I do not have gmp installed.
> > >
> > > Traceback (most recent call last):
> > >   File "test.py", line 9, in <module>
> > >     from dolfin import *
> > >   File "/home/hake/local/lib/python2.5/site-packages/dolfin/__init__.py",
> > > line 16, in <module>
> > >     from assemble import *
> > >   File "/home/hake/local/lib/python2.5/site-packages/dolfin/assemble.py",
> > > line 25, in <module>
> > >     import cpp
> > >   File "/home/hake/local/lib/python2.5/site-packages/dolfin/cpp.py", line
> > > 22, in <module>
> > >     import _cpp
> > > ImportError: /home/hake/local/lib/python2.5/site-packages/dolfin/_cpp.so:
> > > undefined symbol: _ZN6dolfin3ODE8_epsilonE
> > >
> > > Johan
> >
> > Worked for me but I have GMP. I think I've fixed it now. The variable
> > _epsilon was a left-over and should have been removed before.
> 
> Works fine now!

Yes, but only because you don't have GMP. I was too fast in trying to
fix the bug and introduced another one in the process. I think both
are fixed now.

-- 
Anders

Attachment: signature.asc
Description: Digital signature


References