ffc team mailing list archive
-
ffc team
-
Mailing list archive
-
Message #02102
jit compiler options
Hi,
In order to verify the correctness of the UFL code I would like to get the
verify_tensors test suite up and running again. To this end I need to pass a
compiler option to the jit compiler something like:
FFC_OPTIONS_JIT["compiler"] = "ffc"
or
FFC_OPTIONS_JIT["compiler"] = "ufl"
which will then be used to decide whether to use the standard FFC compiler or
the new UFL compiler.
I almost had this working before the release but due to buildbot problems the
changes were reverted (changeset 1318). Is it OK for me to try again, or does
someone have a better way of doing it?
Kristian
Follow ups