Hello!
Are any of these parameters every used in JIT compilation?
(From GlobalParameters.h)
p.add("optimize_form", false);
p.add("optimize_use_dofmap_cache", false);
p.add("optimize_use_tensor_cache", false);
p.add("optimize", false);
Looks to me that these are legacy parameters. We now use:
parameters["form_compiler"].foo
to set the optimization.
Johan
_______________________________________________
Mailing list: https://launchpad.net/~dolfin
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dolfin
More help : https://help.launchpad.net/ListHelp