Re: [firedrake] Slow compilation with fd_bendy
COFFEE shouldn't be particularly slow unless you forgot to update in the last 3 months... On 17 September 2015 at 12:09, Fabio Luporini <f.luporini12@imperial.ac.uk> wrote:
Hello Tuomas!
For disabling coffee adding "parameters["coffee"] = {}" at the top of your file should do the trick.
You could retain some caffeine while decreasing code generation time by instead setting "parameters["coffee"] = {'O1'=True}" (note: default is O2=True, which is more aggressive - as expected - than O1)
Cheers
-- Fabio
2015-09-16 22:42 GMT+01:00 Tuomas Karna <tuomas.karna@gmail.com>:
Hello Firedrakers,
I'm using "fd_bendy" branches of FFC and UFL, and it takes ~15 min to compile the attached example (with master branches it takes only ~1 min). Is there any way to speed it up? Are there some optimization flags I can turn off? I'm running small test cases so runtime efficiency is not a concern.
Cheers,
Tuomas
On 17 Sep 2015, at 12:14, Andrew McRae <A.T.T.McRae@bath.ac.uk> wrote:
COFFEE shouldn't be particularly slow unless you forgot to update in the last 3 months...
My timings suggested almost all the time is spent in coffee (O2) Lawrence
participants (2)
- 
                
                Andrew McRae
- 
                
                Lawrence Mitchell