Setting the include path for JIT compiler #1695
-
Hello, I realized that during the JIT compilation of QFunctions, it always looks for the directory where the source is located to find headers. This incurs huge problems in complicated codes. Is there a way to set the include path for the JIT compilation? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 40 replies
-
You probably want I'm not sure I understand what huge problems you forsee. Can you clarify? |
Beta Was this translation helpful? Give feedback.
-
Hmm does |
Beta Was this translation helpful? Give feedback.
-
Hello, I guess it would be great to have a feature to provide preprocessor definitions as well. The error we are seeing
is caused by the lack of compiler-provided preprocessor on the system architecture.
I know your response would be not including this header, but that is not easily doable in the current MOOSE. |
Beta Was this translation helpful? Give feedback.
You probably want
https://libceed.org/en/latest/api/Ceed/#c.CeedAddJitSourceRoot
I'm not sure I understand what huge problems you forsee. Can you clarify?