CompilationError

CompilationError()

Raised by the JIT compiler when the generated code cannot be compiled, typically due to a syntax error.

These errors typically stem by one of the following:

  • A flaw in the user-provided equations;
  • An issue with the user-provided compiler options, not compatible with the given equations and/or backend;
  • A bug or a limitation in the Devito compiler itself.
Back to top