Clad failed to place the generated derivative in the object #878
-
I am seeing "Clad failed to place the generated derivative in the object" for the following lines
I notice, in Differentiator.h lines 160-163.
At the end of Differentiator.h file there is #pragma clad ON. So, if I include Differentiator.h file, which I do, I do not need the #pragma. I also added
however, this also does not fix the issue. Any ideas of what could be happening here? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Can you paste the command line you use? |
Beta Was this translation helpful? Give feedback.
-
I added clad in my makefile incorrectly,-fplugin=path/to/clad.so was not being being passed as an argument. |
Beta Was this translation helpful? Give feedback.
I added clad in my makefile incorrectly,-fplugin=path/to/clad.so was not being being passed as an argument.