MatLab error: cannot open with static TLS

前端 未结 10 1779
野趣味
野趣味 2020-12-02 05:38

Since a couple of days, I constantly receive the same error while using MATLAB which happens at some point with dlopen. I am pretty new to MATLAB, and that is w

10条回答
  •  失恋的感觉
    2020-12-02 06:24

    I had the same problem with both Matlab 2013b and Matlab 2014a. The fix provided by mathworks for libiomp5.so only removed the problem of LAPACK not working. However, I could not use external libraries which are using OpenMp (such as VL_FEAT): I still get the error "dlopen: cannot load any more object with static TLS."

    The only thing which worked for me was downgrading to Matlab 2012b.

提交回复
热议问题