搜档网
当前位置:搜档网 › Intel+C+++Compiler+V11[1].0.074安装及简单设置090413

Intel+C+++Compiler+V11[1].0.074安装及简单设置090413

=================================
Intel C++ Compiler V11.0.074安装及简单设置使用说明
=================================

一、所需软件

1、w_cproc_p_11.0.074_ia32.exe,
可以在https://www.sodocs.net/doc/1d4169964.html,/cd/software/products/apac/zho/233527.htm进行简单输入用户信息即可下载试用版。

2、破解文件
intel_tbe.lic

二、安装步骤

1、在Select a license option for the C++ compilers for windows安装页面时:选择Provide a license file,并指定破解文件Intel_tbe.lic路径即可。
如查已经安装前上版本,选择Use the existing license found on the system 即可。

2、在选择安装哪些软件包时,如果想安装在Microsoft Visual Studio开发环境中使用,安装这前先要将Microsoft Visual Studio开发环境打开,但不打开具体项目。
安装时,要选择安装Install Intel C++ Compiler Integration in Microsoft Visual Studio一项。

安装成功后,在Microsoft Visual Studio开发环境,工具--->选项里会出现Intel(R) C++。

三、简单配置

1、安装成功后进入Microsoft Visual Studio开发环境,工具--->选项--->Compilers里会自动填上参数,默认即可。

2、编写好项目文件后,右键点击解决方案资源管理器中项目,选择Use Visual c++,即可将MS Visual C++项目转换成Intel C++ Compiler项目(同样操作即可转换成原MS Visual C++项目)。

3、右键点击解决方案资源管理器中项目,或者右键点需要编译的CPP文件,选“属性”可进行优化配置,例如,属性--->配置属性--->C/C++--->Optimization--->Use Intel Processor Extensions中可选择CPU。

注:在进行Debug版本编译时,有时优化配置后,点“编译”会报如下错
icl: command line error: use of '/fp: ' option along with a floating point precision option not supported
因/fp参数可以在属性--->配置属性--->C/C++--->Code Generation--->Floating Point Model设置,但修改其它的此项参数,依旧报该错。但同一CPP文件,Release版本编译不会报此错。目前不知什么原因。

相关主题