Closed gabrielenava closed 4 years ago
related https://github.com/robotology/idyntree/issues/684
CC @traversaro @S-Dafarra
Side note: we tested the code on the DIC shared computer monster
. I also tested on my personal laptop and I had the same issue, but curiously I can use standalone IPOPT bindings without errors. I've created the standalone bindings following the instructions here: https://github.com/ebertolazzi/mexIPOPT.
As suggested by @bemilio, I think it is worth trying the workaround mentioned in https://github.com/robotology/idyntree/issues/684 . mexIPOPT
probably works because it uses its own static version of the used blas library, see https://github.com/ebertolazzi/mexIPOPT/blob/master/README_linux_how_to_compile_ipopt.md .
By the way, I suggest to continue to post in https://github.com/robotology/idyntree/issues/684 (as the problem is the same) and mark this issue as duplicated.
Closing the issue as duplicated of #684.
With @claudia-lat we tried to run the iDynTree inverse kinematics in MATLAB using the MATLAB bindings on Ubuntu. MATLAB crashes right after IPOPT is opened:
The error is reproducible on UBUNTU 18.04 LTS with iDynTree in the latest
devel
branch. Looking at the logger, it seems there is a problem with themkl.so
library. In particular I've found this comment online. I think it is related to the issue we are experiencing, but I don't know how to properly fix the problem.cc @lrapetti @bemilio