On Fri, Jul 04, 2014 at 08:39:03AM +0100, Garth N. Wells wrote:
>
> On Fri, 4 Jul, 2014 at 8:20 AM, Anders Logg <[email protected]> wrote:
> >The buildbots are failing:
> >
> >1. DOLFIN buildbots fail with
> >
> >*** Error:   Unable to resize uBLAS vector.
> >*** Reason:  Distributed vectors not supported by uBLAS backend.
> >*** Where:   This error was encountered inside uBLASVector.cpp.
> >*** Process: unknown
>
> The scripts on the buildbot need to be fixed to not run in parallel
> if PETSc is not configured.

Shouldn't this be handled by the test script itself?

We already have this:

# Build prefix list
prefixes = [""]
if has_mpi() and (has_parmetis() or has_scotch()) and \
       (has_linear_algebra_backend("Epetra") or \
        has_linear_algebra_backend("PETSc")):
    prefixes.append("mpirun -np 3 ")
else:
    print "DOLFIN has not been compiled with MPI and/or
    ParMETIS/SCOTCH. " \
          "Unit tests will not be run in parallel."

Shouldn't that take care of things?

--
Anders


> Garth
>
> >
> >2. FFC buildbots fail with signature/regression test problems
> >
> >3. UFL fails with
> >
> >FAIL: test_join_domains (test_domains.TestDomainsWithCoordinateFields)
> >----------------------------------------------------------------------
> >Traceback (most recent call last):
> >  File
> >"/home/buildbot/buildslave/ufl-next-trusty-amd64/build/test/test_domains.py",
> >  line 146, in test_join_domains
> >    self.assertRaises(UFLException, lambda:
> >    join_domains([Domain(triangle), Domain(triangle3)]))
> >AssertionError: UFLException not raised
> >
> >I can fix FFC. Can someone else look at DOLFIN and UFL?
> >
>
_______________________________________________
fenics mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics

Reply via email to