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
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.