On Tue, 25 Feb 2014 15:48:37 +0000
Martin Sandve Alnæs <[email protected]> wrote:
> Probably something with signature computation in ufl. I'll take a
> look.
This triggers JITing twice
from dolfin import *
for i in range(2):
mesh = UnitSquareMesh(3, 3)
elem = FiniteElement('CG', mesh, 1)
V = FunctionSpaceBase(mesh, elem)
Is it correct?
Jan
>
> Martin
> 25. feb. 2014 15:20 skrev "Garth N. Wells" <[email protected]> følgende:
>
> > I'm finding that of late JIT compilation is flaky in parallel, i.e.
> > it hangs. What recent changes could be causing this? I typically
> > see the problems in test/unit/function/python/, and problems are
> > are not consistently reproducible. Moreover, it seems that the JIT
> > caching is not working properly in parallel. When running a script
> > for a second time, JIT compilation is sometimes triggered.
> >
> > Garth
> >
> > _______________________________________________
> > fenics mailing list
> > [email protected]
> > http://fenicsproject.org/mailman/listinfo/fenics
> >
_______________________________________________
fenics mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics