Diagnostic 15333: simd loop was not vectorized: exception handling for a call...
Diagnostic message:"Simd loop was not vectorized: exception handling for a call prevents vectorization"This diagnostic message is emitted starting from Intel® C++ Compiler 16.0 Update 1...
View ArticleVisual Studio 2015 Update 1
Just installed Visual Studio 2015 Update 1 and unfortunately Intel compiler 15 and 16 can not compile new updated headers (STL and co).Any info when this will be fixed ?thanks.
View ArticleUsing global pointers to allocate memory on the MIC and reusing it
Hi all,I am using the offload programming model for my project. What I have is a global pointer that I use to allocate memory on the MIC. After doing some more computation on the host I then try to...
View Articlegromacs 5.1.1 build fails with PS XE 2016 because of gcc 5.1 headers(?)
Trying to build gromacs using icc and icpc from Paralle Studio XE 2016 fails. I assume this a problem interacting with gcc 5 headers.../usr/include/c++/5/bits/stl_iterator_base_types.h(154): error:...
View ArticleRegarding gromacs 4.6.5 build failure (mpi compilers)
Hi, I am trying to build gromacs 4.6.5 on centos 6.5 (i managed to build gromacs5.x.x with intel) and i am facing compilation issue. The gromacs team hovewer recommends gnu/openmpi compilers instead of...
View ArticleIs there a way to avoid Visual Studio 2015 runtime when compiling with Intel...
As the thread title says, I am compiling a DLL project using Intel Compiler and I am getting VCRUNTIME140.dll pulled in.Of course, I am using runtime functions but I was hoping that latest Intel...
View Articlexilib crash
Hi everybody,i have a c project created by vs2013, and i have intel parallel studio 2015 installed.when i switch to intel c++ complier, the project failed to build and reports:"error MSB6006:...
View Articlelimits(1120): error : identifier "__builtin_nanf" is undefined
Reference Number : DPD200577079Version :Intel Parallel Studio XE 2015 Composer Edition or higher for C++ Windows with Visual Studio 2015 Update 1 onlyIntel Parallel Studio XE 2016 Composer Edition or...
View ArticleUnexpected FTZ (/Qftz not set)
HiThis standalone example illustrates my problem:#include <iostream> int main() { double x = 1.2e-154; double y = 6.0e-156; x *= y; std::cout << x << std::endl; }Compiling with both...
View Articleicpc dumps core using Intel supplied sample code
I started playing with the codes available from https://software.intel.com/en-us/articles/benefits-of-intel-avx-for-smal.... I got the Determinant4x4Matrices.cpp code to compile by replacing...
View ArticleVS 2015 Update 1 include errors with Intel 2016
We are seeing errors caused by new VS2015 Update 1 include files when we use Intel Compiler 2016 (with or without Update 1). include\exception include\xutility include\xstring include\vectorVS 2015...
View ArticleMSPDB110.DLL/MSPDB120.DLL not found, 32-bit command window
I have noticed an issue with the Windows Intel C++ 16.0.1.139 compiler. The Start menu shortcut Compiler 16.0 Update 1 for IA-32 Visual Studio 2013 environment for targeting IA-32 launches...
View Articlecompilation errors
Using icc v 15.0.1, I get the errors listed below when compiling the following nested for loops. gcc does not complain. What flagsshould be used to "ignore" the errors, or recommend changes to the...
View Articleopenmp compilation errors
I try compiling my code as follows, using icc v 15.0.1.icc -std=gnu99 -openmp -c foo.cbut I get these errors error: "k" can only appear on one data scope attribute clause in an OpenMP pragma (except...
View ArticleOpenMP Static Linking - Intel Compiler 15 Update 4 and xCode 5.02
Hello,We have a project which we use OpenMP.The code is built successfully yet it won't run on the target (Same System, OS X 10.9), it would say file is missing. We couldn't find a way to link it...
View ArticlePrograms installed in the compiler's ia32 directory are not 32-bit
Some of the programs in the ia32 directory installed with recent compiler versions are 64-bit programs, presumably by accident.For example: % source...
View ArticleVisual Studio 2015 Update 1 Intel Compiler XE 15 attributes
The posted answer https://software.intel.com/en-us/forums/intel-c-compiler/topic/601433 fixed one of the issues I saw after Visual Studio 2015 Update 1. However, I still get the following errors. I...
View ArticleIntel® Parallel Studio XE 2015 Update 6 Composer Edition for Windows*
Intel® Parallel Studio XE 2015 Update 6 Composer Edition for Windows* includes Intel's latest Fortran and C/C++ compilers and performance libraries for IA-32 and Intel® 64 architecture systems. This...
View ArticleIntel® Parallel Studio XE 2015 Update 6 Composer Edition for C++ OS X*
Intel® Parallel Studio XE 2015 Update 5 Composer Edition for C++ OS X* includes the latest Intel C/C++ compilers and performance libraries for IA-32 and Intel® 64 architecture systems. This new product...
View ArticleConsistency with long double
Hi,I am working on a C++ program which is heavy on number crunching. After an update of the program that has nothing to do with floating points (I have added non floating point members to some...
View Article