In a time-stepping code of mine, I'm getting
Calling FFC just-in-time (JIT) compiler, this may take some time.
in every step which delays computation. If k
steps are computed, the compilation will only take place from step k+1
on the next time, so I'm guessing the results of the compilation are cached. Unfortunately, instant-clean
/instant-clean-3
doesn't remove the cache. Anything else I can try to remove?