标签:str ror final git nbsp uid https kernel blank
centos系统:CentOS release 6.7 (Final)
安装OpenBLAS
# Install OpenBLAS at /usr/local/openblas
git clone https://github.com/xianyi/OpenBLAS
cd OpenBLAS
make -j $(($(nproc) + 1))
sudo make PREFIX=/usr/local install
cd ..
执行命令:make -j $(($(nproc) + 1))
出现下面类似错误:
https://github.com/JuliaLang/julia/issues/7653#event-143521038
解决方法:
Add "#define NO_AVX2 1024" to the file cpuid.h as the last second line. Good day!
标签:str ror final git nbsp uid https kernel blank
原文地址:http://www.cnblogs.com/data2value/p/6612775.html