Hi Everyone, Instead of using the JIT compiler in a FEniCS python code, is there a way of defining the forms to be used in a separate file, compiling them ahead of time, and then using the compiled forms in a Python code? I'm using dolfin-adjoint so a C++ version of my code is not an option. JIT is fine except I want to run the code on a Cray machine and I don't want it to be compiling forms while it runs in parallel.
It seems like there might be a way to use Instant to do this but I'm not sure. Has anyone tried it?
Thanks,
Dave