← Back to team overview

ffc team mailing list archive

[Bug 424367] Re: compiler stage 3 output

 

** Changed in: ffc
    Milestone: None => 0.7.1

-- 
compiler stage 3 output
https://bugs.launchpad.net/bugs/424367
You received this bug notification because you are subscribed to FFC.

Status in FEniCS Form Compiler: Confirmed

Bug description:
When compiling a form one will always get the output:

Compiler stage 3: Optimizing form representation
------------------------------------------------
  Optimization of tensor contraction representation currently broken (to be fixed).

even if the quadrature representation is being used, which is the default.

This output should only become active if:
ffc -O -r tensor foo.ufl
was invoked on the command line.

In all other cases there should only be 4 stages.


References