Closed vkotaru closed 2 years ago
Look at the CMakeLists in the test folder as a reference. You are missing the flag disabling that Eigen assertion. Moreover, if you want to have all the best performance you should add -O3 and enable openmp
I get the same error. Can you specifically specify what part of CMakelists is should include to avoid such error?
This is the definition to add, if you need further information about check this out https://eigen.tuxfamily.org/dox/TopicPreprocessorDirectives.html
# Disabling Eigen stack allocation warning
add_definitions(-DEIGEN_STACK_ALLOCATION_LIMIT=0)
Hi,
Not sure if I got the execution right,
but the
test_lmpc
fails with the following error, any suggestions? Thanks