Quantcast
Channel: Intel® C++ Compiler
Browsing all 1616 articles
Browse latest View live

Diagnostic xxxxx: "ebx in __asm and stk frame alignment undone"

Diagnostic message "ebx in __asm and stk frame alignment undone" emitted by the Intel(R) C++ Compiler Cause: This diagnostic message is emitted If the callee in the application code has aligned stack...

View Article


ICC errors out with MSB6006: "icl.exe" exited with code -1073741819

I've hit an error while building one of my windows DLL projects using ICC. The DLL builds fine with VC. When I switch to using Intel C++ (16.0) and try building, I get the following error:1>...

View Article


Program received signal SIGILL, Illegal instruction

hi guyserror occured while i run my avx program which was compiled by gcc 4.9,here is the error##Program received signal SIGILL, Illegal instruction. 0x0000000000402da0 in _mm256_set_epi32...

View Article

OS X* 10.11 Support in Intel® Parallel Studio XE

The newly released OS X* 10.11 (El Capitan) will be supported in the Intel® Parallel Studio XE 2016 Update 1 release. Refer to OS X* 10.11 Support article for more details on the support.Thanks, Kittur

View Article

Registering for Webinar on Advanced Vectorization and Optimization

Registering for Webinar on Advanced Vectorization and OptimizationThe webinar will cover some of the loop patterns which posed challenge for vectorization and how Intel Compiler vectorizes those loop...

View Article


Intel® C++ Compiler for Windows* - Fatal link error LNK1104 when using Intel®...

When building an application that uses the Boost libraries with the Intel® C++ Compiler, you may get linker errors like the ones shown below due to incorrect libraries being linked to the...

View Article

catastrophic error: **Internal compiler error: segmentation violation signal...

I am using Intel Compiler 2015.u1, saxonHE/9.6.0.7, java/jdk1.8.0_45, python-2.7.10. The compilation fails with the error "catastrophic error: **Internal compiler error: segmentation violation signal...

View Article

Intel® C++ Composer XE 2013 SP1 for Linux*, Update 6

Intel® C++ Composer XE 2013 SP1 Update 6 includes the latest Intel C/C++ compilers and performance libraries for IA-32, Intel® 64, and Intel® Many Integrated Core (Intel® MIC) architecture systems....

View Article


Intel® C++ Composer XE 2013 SP1 for Windows*, Update 6

Intel® C++ Composer XE 2013 SP1 Update 6 includes the latest Intel C/C++ compilers and performance libraries for IA-32 and Intel® 64 architecture systems. This new product release now includes: Intel®...

View Article


Intel Compiler 16 does not find "float.h" header in MSVC2015 mode.

HiWhile compiling the CppUTest library, I noticed, that the intel compiler does not find the correct "float.h" header for MSVC2015.This is the error:...

View Article

Awful experience with latest updates

I would like the people making the compiler to know that my experience with the latest updates have been absolutely awful. Now, we've already had this situation where the C++ compiler is completely...

View Article

Error: operator() will not be called for implicit or explicit conversions

So, I get the following error when compiling a class template.vectors.h(441): error #597: "Vec3<T>::operator Vec3<T>()" will not be called for implicit or explicit conversionsThe offending...

View Article

OpenMP: Is nested parallelism supported?

Hello,I am using icc 15.0.1.133, Build 20141023 for the Intel Xeon Phi. Using the OpenMP task construct in my application, I construct a binary tree and perform a substantial amount of computations for...

View Article


VS2015 upgrade trouble

I replaced my VS2015 installation by a current one and am trying to figure out how to get things working again.Attempting to make a .obj in the ICL cmd environment by either ICL or CL gives:Intel(R)...

View Article

Build Boost 1.59 with Intel 16.0 (I have parallel studio 2016 professional)

I'm using parallel studio 2016 professional and visual studio 2015.Boost seem not to be able to find my Intel Compiler when I I run bootstrap.bat. I will only adds "MSVC" and not the Intel compiler.How...

View Article


[Bug Report] miscompiles static locals of function template instantiations...

Using boost::function with functors defined in local namespaces of TUs is currently broken if the functor is a class that has the same name in multiple TUs, because boost::function uses static locals...

View Article

Image may be NSFW.
Clik here to view.

Parallel Studio XE 2016 installation problem on OS X

Hello, I'm trying to install Parallel Studio XE 2016 on my Mac (OS X El Capitan, Xcode 6.1 or 6.2). When I'm trying to select installation environment with Xcode, it fails without any message. I tried...

View Article


OMP: Warning #215 Cannot determine machine load balance

From time to time we getOMP: Warning #215: Cannot determine machine load balance - Using KMP_DYNAMIC_MODE=thread limitWhat is this message and is it harmful?  

View Article

> a >> b" with intel c++ compile in release version">Compile error with "cin >> a >> b" with intel c++ compile in release version

When I use the intel C++ compiler with VS2015 to compile a release version, it will fail. But when I compile a debug version, it work. I can't understand what happen. It the configure have some wrong?...

View Article

Compiling python 2.7.10 using intel 2016 compiler on OSX 10.10

I'm trying to compile python 2.7.10 using ICC 16.0.0 20150803, on OSX 10.10. I have xcode commandlinetools installed in /Library/Developer/CommandLineToolsRunning make works fine, but during make...

View Article
Browsing all 1616 articles
Browse latest View live