[DOLFIN-dev] Error message configuring dolfin to build without python support

2009-09-08 Thread Benjamin Kehlet
Hi I get this error when trying to build without PyDolfin on my laptop. Any ideas? bkeh...@bkehlet-laptop:~/software/dolfin$ scons configure enablePython=no scons: Reading SConscript files ... /home/bkehlet/software/dolfin/scons/simula-scons Using options from /home/bkehlet/software/dolfin/scons/

Re: [DOLFIN-dev] Buildbot down?

2009-09-06 Thread Benjamin Kehlet
> On Sun, Sep 06, 2009 at 10:59:35PM +0200, Johannes Ring wrote: >> On Sun, Sep 6, 2009 at 12:34 PM, Anders Logg wrote: >> > Can't connect to fenics.org:8080. >> >> Not sure what happened, but it's up again now. > > ok. > > As far as I can see, there are just a few demos failing now: > > http://f

Re: [DOLFIN-dev] [Bug 424472] [NEW] Reaction demo does not converge

2009-09-06 Thread Benjamin Kehlet
Done. Benjamin > Benjamin, can you register on launchpad so I can assign this bug to > you? ;-) > > -- > Anders > > > On Fri, Sep 04, 2009 at 05:22:00PM -, logg wrote: >> Public bug reported: >> >> The reaction demo does not converge after merge with Benjamin (changeset >> 7a94d1c7bf41). >> >

Re: [DOLFIN-dev] [Bug 424159] Re: Reaction demo fails when GMP is enabled

2009-09-04 Thread Benjamin Kehlet
I'd be very surprised if this doesn't affect all platforms. The problem is that the precision in GMP isn't set correctly which leads to different real variables having different precision. This should be solved when Anders have merged. Anders: I just commit'ed a small update which change a call ti

[DOLFIN-dev] [Fwd: Re: [HG DOLFIN] Comment out reaction ODE demo. Gives error when run.]

2009-07-16 Thread Benjamin Kehlet
> On Thu, Jul 16, 2009 at 08:26:21AM +0200, Benjamin Kehlet wrote: >> >> On Thu, Jul 09, 2009 at 08:20:54AM +0100, Garth N. Wells wrote: >> >>> >> >>> >> >>> Anders Logg wrote: >> >>> > On Thu, Jul 09, 2009 at

Re: [DOLFIN-dev] [HG DOLFIN] Comment out reaction ODE demo. Gives error when run.

2009-07-15 Thread Benjamin Kehlet
gt;>> terminate called after throwing an instance of >>> 'std::runtime_error' >>> >>> what(): *** Assertion (e1 != -1) [at >>> >>> dolfin/ode/MultiAdaptiveTimeSlab.cpp:926 in cg_feval()] >>> >>> >>> >

Re: [DOLFIN-dev] [HG DOLFIN] Comment out reaction ODE demo. Gives error when run.

2009-07-09 Thread Benjamin Kehlet
#x27; >> >>> what(): *** Assertion (e1 != -1) [at >> >>> dolfin/ode/MultiAdaptiveTimeSlab.cpp:926 in cg_feval()] >> >>> >> >>> This does not happen for me. It works fine and it's not because I >> >>> don't trig

Re: [DOLFIN-dev] Scons test for GMP

2008-10-08 Thread Benjamin Kehlet
> On Tue, October 7, 2008 17:40, Benjamin Kehlet wrote: >>> On Tue, October 7, 2008 14:45, Johannes Ring wrote: >>>> On Tue, October 7, 2008 14:38, Anders Logg wrote: >>>>> I would like to add a test for GMP (gmplib.org). Can someone who >>>>>

Re: [DOLFIN-dev] Scons test for GMP

2008-10-07 Thread Benjamin Kehlet
> On Tue, October 7, 2008 14:45, Johannes Ring wrote: >> On Tue, October 7, 2008 14:38, Anders Logg wrote: >>> I would like to add a test for GMP (gmplib.org). Can someone who knows the build system add this? >> I can do that. >>> We need to check for the header file gmpxx.h and we want to use the