简体   繁体   中英

How to integrate Intel C++ compiler 2015 with fresh installation of Visual Studio 2012

I have installed Visual Studio 2013 first and then Intel Parallel Studio 2015 afterwards. The options for Intel parallel studio was showing in the Visual Studio 2013(right click project in VS 2013). I had problems with Visual studio 2013 and Intel C++ compiler integration, since VS 2013 is not officially supported by Intel C++ 2015. I have uninstalled VS 2013.

Now I installed Visual Studio 2012 and I find no Intel parallel studio options in the project right click menu in Visual Studio 2012.

Should I uninstall and reinstall Intel Parallel studio 2015 to get it detected by VS 2012. Or any methods are there to detect Intel parallel studio 2015 by VS 2012.

Intel C ++ 2015仅包含x64版本,因此在项目属性中,将Platform更改为x64,然后将General-> Platform ToolSet更改为Intel C ++ Compiler XE 15.0

您应该重新安装Intel Parallel studio,因为安装程序将为Visual Studio 2012配置必要的模块(如果当时可用)。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM