x64环境下,Vs2013+Armadillo+intel MKL的安装和配置方法
Step 1:下载Armadillo
从官网(http://arma.sourceforge.net/download.html)得到安装包,并将其解压
Step 2下载安装intelMKL
官网:https://software.intel.com/en-us/intel-mkl/
我是通过intel的学生通道获得的。
下载Intel ParallelStudio XE 2016后安装,MKL会自动集成到vs2013中。
Step 3:VS2013中要做的的配置
具体操作如下:
打开vs2013,首先建立win32Console Application 程序;
选择Empty projrct,点击finish。

本文介绍了在x64环境下,如何在Visual Studio 2013中安装和配置Armadillo库以及Intel Math Kernel Library (MKL)。步骤包括下载Armadillo和MKL,通过Intel Parallel Studio XE 2016安装MKL,然后在VS2013中进行项目配置,包括设置包含目录和选择使用MKL的并行化选项。同时建议根据业务需求手动设置MKL线程数以优化性能。
566

被折叠的 条评论
为什么被折叠?



