joaoleal / CppADCodeGen

Source Code Generation for Automatic Differentiation using Operator Overloading
Other
167 stars 37 forks source link

icpc build fails for dynamic_linux.cpp example #81

Open a-jp opened 1 year ago

a-jp commented 1 year ago

Hi,

Is it expected that icpc (from intel oneAPI) can't build codeGen? Happy to post compile error, just wanted to check that it should build using icpc first before requesting help?

Thanks, Andy

joaoleal commented 1 year ago

CppadCodegen has never been tested with icpc. Currently, the unit tests run against GCC and clang. Could you please share the error?