MatLab error: cannot open with static TLS

前端 未结 10 1781
野趣味
野趣味 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:19

    Increasing Java heap memory (to 512 mb) also worked for me on R2013b/Ubuntu 12.04. The "BLAS loading error" began when I processed an 11 GB file (with 16 GB RAM), and has not recurred after increasing java heap memory and restarting matlab.

提交回复
热议问题