← Back to team overview

dolfin team mailing list archive

JIT in parallel

 

When running a problem in parallel which assembles a form more than once (like the C-H demo), I see

  Process 0: Calling JIT compiler on first process.
Process 1: JIT compilation done on first process, reusing JIT compiled form.

at every assembly. I don't get this when running in serial. Is there any overhead involved, and if not can we get rid of the message?

Garth




Follow ups