On Tuesday 17 February 2009 12:31:07 Johan Hake wrote: > On Tuesday 17 February 2009 12:24:22 Johannes Ring wrote: > > On Tue, February 17, 2009 11:57, Garth N. Wells wrote: > > > Can someone re-launch the buildbot? Once it's all clear we can make a > > > release. > > > > Why do you think a re-launch would help? As far as I can see there hasn't > > been any changes after the build tonight. > > The error was in FFC and this has been updated, which does not trigger a > rerun of the buildbot.
Seems like I was too fast. There is a new error in ffc.jit_form, where extract_form() tries to call JITObject.form_data. This attribute is not created before JITObject.signature() has been called, which is done later in that function. Johan > > Johan > > > BTW, I have been working on a new buildbot configuration at > > http://www.fenics.org:8080 and in addition to the same errors that the > > current buildbot reports, it also fails running the Trilinos demo. > > Probably because Trilinos 8.0.8 is installed on the new buildbot while > > 8.0.3 is installed on the current buildbot. > > > > Johannes > > > > ---------------------------------------------------------------------- > > ./../../demo/la/trilinos/python (Python) > > > > <class 'dolfin.cpp.DirichletBC'> > > Assembling linear system and applying boundary conditions... > > Traceback (most recent call last): > > File "./demo.py", line 72, in <module> > > Prec = ML.MultiLevelPreconditioner(A_epetra, False) > > File "/opt/local/lib/python2.5/site-packages/PyTrilinos/ML.py", line > > 243, in __init__ > > this = _ML.new_MultiLevelPreconditioner(*args) > > NotImplementedError: Wrong number of arguments for overloaded function > > 'new_MultiLevelPreconditioner'. > > Possible C/C++ prototypes are: > > ML_Epetra::MultiLevelPreconditioner(Epetra_RowMatrix const &,bool > > const) ML_Epetra::MultiLevelPreconditioner(Epetra_RowMatrix const > > &,Teuchos::ParameterList const &,bool const) > > ML_Epetra::MultiLevelPreconditioner(ML_Operator > > *,Teuchos::ParameterList const &,bool const) > > ML_Epetra::MultiLevelPreconditioner(Epetra_RowMatrix const > > &,Epetra_RowMatrix const &,Epetra_RowMatrix const > > &,Teuchos::ParameterList const &,bool const,bool const) > > ML_Epetra::MultiLevelPreconditioner(Epetra_RowMatrix const > > &,Epetra_RowMatrix const &,Epetra_RowMatrix const &,Epetra_RowMatrix > > const &,Teuchos::ParameterList const &,bool const) > > ML_Epetra::MultiLevelPreconditioner(Epetra_MsrMatrix const > > &,ML_Operator *,AZ_MATRIX *,int *,Teuchos::ParameterList const &,bool > > const) > > > > > > _______________________________________________ > > DOLFIN-dev mailing list > > [email protected] > > http://www.fenics.org/mailman/listinfo/dolfin-dev > > _______________________________________________ > DOLFIN-dev mailing list > [email protected] > http://www.fenics.org/mailman/listinfo/dolfin-dev _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
