Intel® C++ Compiler for Windows* Knowledge Base

Submit New Article



Title Modified Date Published Date
Using MKL in Intel® Compiler - mkl, Qmkl options
-mkl, Qmkl was introduced in Intel Compiler 11.1. This article demonstrates how to use it when using Intel® C++ or Fortran Compiler to build MKL application.
Author: Ying H (Intel)
Type: Known Issues
03/01/2010 03/01/2010
High CPU usage and Intel® IPP threaded function
The article describes serveral possible scenarios and solution for high cpu usage when call IPP function in real application
Author: Ying H (Intel)
Type: Known Issues
02/22/2010 03/08/2010
OpenMP TASK directive incorrectly defaults to PRIVATE
The default value of the DEFAULT clause on an OpenMP TASK directive or pragma is DEFAULT(PRIVATE). It should be DEFAULT(SHARED). It is recommended that the user set the default explicitly.
Author: Martyn Corden (Intel)
Type: Known Issues
02/19/2010 02/18/2010
Intel® Professional Edition Compilers 11.1 Fixes List
This page lists fixes that have been made in Intel Professional Edition Compilers 11.1.
Author: Elizabeth S (Intel),Roland Wiele (Intel)
Type: Known Issues
02/16/2010 01/01/2010
IPP Crypto Sample Performance for OpenSSL too Slow on Hyper-Threading Systems
When running Intel IPP crypto sample for OpenSSL on Hyper-Threading systems, the AES benchmark application reports slow performance. Users need to use correct threading setting to avoid the problem.
Author: Chao Y (Intel),Paul Fischer (Intel)
Type: Known Issues
02/05/2010 02/09/2010
Memory Limits for Applications on Windows*
A discussion of limits on the size of code and data for applications running on 32-bit and 64-bit Windows systems
Author: Steve Lionel (Intel)
Type: Known Issues
02/05/2010 02/04/2010
/Qvec-reportN doesn't work with /Qipo in the IDE
xilink.exe doesn't support /Qvec-report, so it's impossible to change the default vectorization messaging behavior (i.e. none) when using IPO in the Microsoft Visual Studio* IDE.
Author: Brandon Hewitt (Intel)
Type: Known Issues
02/01/2010 01/31/2010
Error : Failed to enable trusted storage check for licensing
"error #10310: Failed to enable trusted storage check for licensing: Warning" Enable Trusted Storage failed (flexnet error code 20). Trusted Storage based licence could " is a known issue. The workaround for the issue is to set the library paths.
Author: Shamla (Intel)
Type: Known Issues
01/12/2010 01/11/2010
ICL setup does not install the 64-bit edition of ICL on Windows* 7 with Windows SDK 7.0
Compiler setup program does not install the 64-bit edition of ICL on Windows* 7 when Windows SDK 7.0 for Windows 7 is installed.
Author: Mark Sabahi (Intel)
Type: Known Issues
01/04/2010 01/09/2010
OMP Warning: Cannot open message catalog libiomp5ui.dll
OMP Warning: Cannot open message catalog libiomp5ui.dll
Author: Yang Wang (Intel)
Type: Known Issues
01/03/2010 01/01/2010
Intel Compiler version 11.1 error with OpenMP KMP_SET_STACKSIZE_S()
The OpenMP KMP_SET_STACKSIZE_S() was ignored by OpenMP runtime libraries provided by Intel compiler version 11.1 with build data after 20090401. Need to manually set the environment variable OMP_STACKSIZE before program execution.
Author: Hao Jiang (Intel)
Type: Known Issues
12/02/2009 12/01/2009
Compiler issues the message "Catastrophic error: unable to obtain mapped memory (see pch_diag.txt) "
Compiler reports "unable to obtain mapped memory" when processing precompiled header files.
Author: Mark Sabahi (Intel)
Type: Known Issues
10/22/2009 12/29/2009
Warning #677: memory usage conflict with precompiled header file seen on Windows* XP and Linux*
Memory allocation problems with precompiled headers can cause this warning.
Author: Brandon Hewitt (Intel)
Type: Known Issues
10/22/2009 10/22/2009
Catastrophic error: could not open source file "gmmintrin.h"
Reference Number :  DPD200140118 Version : 11.1   Intel C++ and Fortran Compiler for Linux* 11.1 Intel C++ and Fortran Compiler for Mac OS* X 11.1 Intel C++ and Visual Fortran Compiler for W ...
Author: Jennifer Jiang (Intel)
Type: Known Issues
09/25/2009 09/25/2009
Thread affinity compiler switches have no effect
Thread affinity compiler switches /Qpar-affinity (Windows*) or -par-affinity (Linux*) have no effect when the executable is run.
Author: Patrick Kennedy (Intel)
Type: Known Issues
09/24/2009 09/23/2009
Program crashes or hangs on some systems
Reference Number : DPD200139120Version :  Intel® C++ & Visual Fortran Compilers for Windows* 11.1 initial release and update 1 release: Intel® C++ & Visual Fortran Compiler for Windows ...
Author: Jennifer Jiang (Intel)
Type: Known Issues
09/17/2009 10/09/2009
The installation or uninstallation hangs at start-up dialog during "Reading Existing Licenses"
Reference Number : DPD200139120Version :  Intel®C++ & Visual Fortran Compilers 11.1 initial release and update 1 release: o Intel® C++ & Visual Fortran Compiler for Windows* 11.1.035o In ...
Author: Jennifer Jiang (Intel)
Type: Known Issues
09/17/2009 10/09/2009
__m128 data type incompatible with Microsoft definition
The __m128 data type defined in xmmintrin.h is supported as a union in MS (Microsoft) while as a struct in Intel Compiler for Windows or Intel(R) Parallel Composer resulting in incompatibility
Author: Kittur Ganesh (Intel)
Type: Known Issues
09/08/2009 09/08/2009
delete operator causes an internal error
Reference Number : DPD200110776Version : Intel(R) C++ Compiler for Windows version 11.0 or earlierOperating System : WindowsProblem Description : When using "delete" operator in your template class m ...
Author: Jennifer Jiang (Intel)
Type: Known Issues
08/21/2009 08/24/2009
no exception triggered for division by 0
Reference Number : 550589 / DPD200136408Problem version: Intel(R) C++ compiler upto 10.1.030Operating System : Windows & Linux* Problem Description : __try {     val = 5/0; }__except(1) {     ...
Author: Milind Kulkarni (Intel)
Type: Known Issues
08/11/2009 08/11/2009
Stack Frame Run-time Check incompatible with Microsoft* Visual C++ x64
Microsoft Visual C++ x64 RTC integration with Intel C++ Compiler for Windows on stack frame check
Author: Yolanda Chen (Intel)
Type: Known Issues
08/02/2009 07/29/2009
compiler internal error 0_1279
compiler internal error 0_0, 0_1279, 0_1208
Author: Yang Wang (Intel)
Type: Known Issues
07/20/2009 08/19/2009
error #1909: complex integral types are not supported
Problem:This is a small piece of code:-- (exam.c)extern int __acc_cta[1-2*!(sizeof(0i64) >= 8)];extern int __acc_cta[1-2*!(sizeof(0ui64) >= 8)];int main(){return 0;}compile using 10.1.030 or less ...
Author: Milind Kulkarni (Intel)
Type: Known Issues
07/17/2009 07/11/2009
IDE Integration with Microsoft Visual Studio* 2008 Doesn't Install When Windows* SDK for Windows* Server 2008 is Installed
Due to an issue with the Windows* SDK for Windows* Server 2008 causing issues with Microsoft's vsvars32.bat, there may be installation issues.
Author: Brandon Hewitt (Intel)
Type: Known Issues
07/13/2009 07/13/2009
Unable to set compiler option /Qfp-speculation from IDE
The compiler option /Qfp-speculation from IDE is not being set properly. You may set this option from command line property page as work around.
Author: Mark Sabahi (Intel),Om Sachan (Intel)
Type: Known Issues
07/02/2009 07/02/2009