← Back to team overview

dolfin team mailing list archive

Strange DOLFIN error on buildbot

 

The demo pde/simple/python is failing with the following message on
the buildbot:

  ----------------------------------------------------------------------
  ./../../demo/pde/simple/python (Python)

  DOLFIN_NOPLOT set, plotting disabled.
  Calling DOLFIN just-in-time (JIT) compiler, this may take some time.
  Automatic selection of expression element: <CG? on a <? of degree 1>>
  Calling FFC just-in-time (JIT) compiler, this may take some time.
  Solving linear variational problem
    Matrix of size 1089 x 1089 has 7361 nonzero entries.
  Traceback (most recent call last):
    File "demo.py", line 30, in <module>
      u = problem.solve()
    File
    "/work/jhbuildbot/fenics/lib/python2.5/site-packages/dolfin/fem/variationalproblem.py",
    line 66, in solve
      cpp.VariationalProblem.solve(self, u)
  RuntimeError: *** Error: Form expects 1 FunctionSpace(s), 2 provided.

I saw this once yesterday on my laptop but then it mysteriously went
away after I corrected a typo in the error message in Form.cpp...

Is anyone else seeing this problem and able to debug it? I can't seem
to reproduce it here, with or without instant-clean.

--
Anders

Attachment: signature.asc
Description: Digital signature


Follow ups