Open Source Downloads
This article makes available third-party libraries, executables and sources that were used in the creation of Intel® Software Development Products or are required for operation of those. Intel provides...
View ArticleProblem with #pragma omp declare simd
Hi,I am trying to make the "#pragma omp declare simd" construct to work, but I am struggling with some problems.I wrote a program that consists of two compilation units: main.cpp and f.cpp. The file...
View ArticleAccess violation or stack overflow Please contact Intel Support for assistance
Hello Intel Support I am contacting you for assistance.Your Update 2 compiler crashes on a file that previously compiled fine (with Update 1).The file is compiled with OpenMP and TBB.Here is the...
View ArticleICL can't deduce variable type when a variable is declared using a...
Intel C++ compiler 16 fails when compiles one of the following code:int foo = 3; auto boo {foo}; foo = boo + 1;orint foo; auto boo {4}; foo = boo + 1;ICL considers code ill-formed because:error : no...
View ArticleQuestion about thread number on 2CPU
Hi, I need some help.....I've developed a application to work on image..There are so many object to inspect, So we are testing on workstation platform with 2CPU(Xeon E5)..I have 32 Thread(each CPU has...
View ArticleIntel C++ compiler stops emit warnings when unsupported `/Gw` switch is...
`/Gw` switch (optimize global data) is used by MSFT VC++ compiler to package global data in individual COMDAT sections. This switch is not supported by ICL 16.0.However, `/Gw` can force ICL not to warn...
View ArticleGNULIB compilation error with Intel 2016.1.150 and 2016.2.181
Dear All,I am trying to use and compile GNUlib libraries using the above mentioned compilers (actually, I am trying to comple Octave, but the problem is related to GNULIB.)Meanwhile I am able to...
View ArticleBuilding MCMCpack with Intel C++ Compiler
Hello, I'm trying to build the MCMCpack (version 1.3-4) R package using the Intel C++ compiler (16.0.1 on Scientific Linux 6.5). I have already built R 3.2.3 and many packages using the compiler...
View Articleerror LNK2001: unresolved external symbol "...::`vftable'"
Hi, everyone,Got error while building ICU library (icu-project.org) using Intel C++ Compiler:2> Creating library ..\..\lib64\icuind.lib and object ..\..\lib64\icuind.exp 2>quant.obj : error...
View Articlevcruntime_exception.h(87) (col. 25): : error : 010101_45097
During the compilation of our project with the Intel C++ 16 compiler we get the error messageC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime_exception.h(87) (col. 25): : error...
View ArticleCode coverage using multiple Projects in a Solution
I'm using Intel Parallel Studio XE 2015 Composer Edition C++ on Windows and MS Visual Studio 2010.I have a Visual Studio Solution with several Projects. I added /Qcov-gen to several projects which...
View ArticleJITDLL version is older than ISA version
I'm using Visual Studio 2015, parallel studio xe 2016. I'm on a 64-bit Windows 10 box. I'm both compiling and attempting to run on the same box. I've been trying for a few hours now to get some stuff...
View ArticleStandalone Version of Intel C++ Compiler
Hi,I installed the Intel C++ compiler via the Intel Parallel Studio. However I only need the compiler and not all of the additional stuff. Is there a way to just download the compiler because for my...
View ArticleAssertion failed
Hi,I am using "Intel Parallel Studio XE 2016 Update 2". I get the following error when I try to compile my program using "Intel C++ 16.0" compilerdemcem_ws_st_rwg.cpp(44) (col. 18): : error : assertion...
View ArticleSerious apparent bug when allocating byte-objects with new[] and constructors
Hi,Here is a simple example:#include <cstdint> class Foo final { public: uint8_t packed; public: inline Foo(void) : packed(0xFF) {} //causes error inline ~Foo(void) = default; };...
View ArticleC++ Code written in VS2010 is working in Linux but not in windows
HiI am working on VS2010 mixed-programing and use the Intel Compiler / VisualStudio (Intel Parallel 2015) to compile my project in VS 2010.#include <conio.h> #include <string.h> //#define...
View Articleicc: error #10295: error generating temporary file name, check disk space and...
Hi ,I was evaluating trial version of "parallel_studio_xe_2016_composer_edition_for_cpp_update2 (1).tgz". I installed the package as root in defualt location - "/opt/intel"I have sourced the env by...
View ArticleIntel C++ compiler failed to integrate with Visual Studio 2008.
Hello,I am using MS visual studio 2008 version 9.0.30729.1 SP and MS .NET framework V 3.5 SP1.I am using Windows 7 64 bit OS. I just try to install Intel C++ compiler version 11.1.051 update 3 for...
View Articlehow I update my old compiler in linux
Hi, Our intel compiler version is "Compiler XE for applications running on Intel(R) 64, Version 14.0.2.144 Build 20140120." And the MPSS is 2.1 which is used by the Xeon Phi coprocessor. We...
View Articledangling pointer check failed
I have a simple and errorless C++ code.If I turn "All (/Qcheck-pointers-dangling:all)", program failed with message and system exception:CHKP: Bounds check error ptr=0X00000022EB6191C0 sz=4...
View Article