Questions tagged «dlopen»

10
MatLab错误:无法使用静态TLS打开
几天以来,我在使用MATLAB时不断收到相同的错误,该错误有时在发生dlopen。我对MATLAB很陌生,这就是为什么我不知道该怎么做的原因。Google似乎也没有帮助我。当我尝试制作特征向量时,得到以下信息: Error using eig LAPACK loading error: dlopen: cannot load any more object with static TLS 在进行乘法运算时,我也会得到这个: Error using * BLAS loading error: dlopen: cannot load any more object with static TLS 当然,我确实在寻找解决此问题的方法,但是我不太了解,也不知道该怎么办。这些是我发现的线程: 如何使用MATLAB提供的BLAS库? http://www.mathworks.de/de/help/matlab/matlab_external/calling-lapack-and-blas-functions-from-mex-files.html 有人能帮助我吗? 展示此错误的函数调用示例 >> randn(3,3) ans = 2.7694 0.7254 -0.2050 -1.3499 -0.0631 -0.1241 3.0349 0.7147 1.4897 …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.