Compilation errors building boost with intel compiler
Intel compiler version: 16.0Boost version: 1.60Mac running 10.11 (El Capitan) on a Macbook Pro with an Intel Core i7 (2011)I followed the instructions here very closely:...
View Article__cpuidex Linker problem linking OpenCV
Hello,I'm trying to compile the OpenCV library using VS2008 and Intel Compiler V11.I get a linker problem as follows:1>system.obj : error LNK2019: riferimento al simbolo esterno __cpuidex non...
View ArticleWould it be possible to get a Fallback compiler flag, for when ICL can't...
Something similar to what clang-cl has:When clang-cl is run with the /fallback option, it will first try to compile files itself. For any file that it fails to compile, it will fall back and try to...
View Articlewarning #167: argument of type "const char *" is incompatible with parameter...
Using Intel 16.0.2 on Windows I get seqbla16.c(3909): warning #167: argument of type "const char *" is incompatible with parameter of type "const char *" _mm_prefetch((char const *)...
View ArticleCan not find library in icc compiler
Hi everyone,When I try to use the <future> library in icc, an error shows up. Could anyone know what is the solution? I have searched for the forum and Google, but could not find any solutions....
View Articleenum warnings on Windows
How do I get Intel 16 to generate warnings if I mix enum types.# Begin c:\Users\eda\mosekdbg>icl testenum.c Intel(R) C++ Intel(R) 64 Compiler for applications running on Intel(R) 64, Version...
View ArticleSpecifying include files via `-I` option and via `INCLUDE` environment...
Problem descriptionI have different compilation results when specify directories to search for include files via `-I` compiler option and `INCLUDE` environment variable.SettingsWindows 10 x64 with MSFT...
View ArticleVisual Studio 2015 Update 2 and Intel Compiler 16.0 Update 2 incompatible?
I have installed Visual Studio 2015 Update 2 and the latest Intel Compiler 16.0 ( I updated to Parallel Studio 2016 Update 2) will not compile "hello world".#include <iostream>int main() {...
View ArticleGPU compute offload and OpenCL support on Linux vs. Windows
I can't find a clear answer about level of support for GPU compute offload on Linux. It seems that the newest 6th generation CPUs are not supported both on Windows and Linux. Support ends with 5th...
View ArticleRegression: Incorrect Recursive Handling of ##__VA_ARGS__ After Passing...
Hi,Code that compiled in 16.0 Update 1 no longer compiles after upgrading to Update 2. Here is a simple test case:#define RECURS(ARG0,...)\ recurs(ARG0,##__VA_ARGS__) #define FUNCS_OKAY(ARG0,...)\...
View ArticleOption -xcore-avx2
Hello everyone!I'm using ICC version 2016.1.150. I found some drawbacks when compiling for processors endowed with AVX2. When compiling with O0 and -xcore-avx2, code runs without problems. However,...
View Articlexilink: : error #10037: could not find 'ar.exe'
Dear all: When I tried to compile the sample code "gfx_samples" under the path "IntelSWTools\samples_2016\en\compiler_c\psxe" of Parallel Studio XE 2016, I got an error:xilink: : error #10037: could...
View Articlesame template expansion in .lib conflicts with that in app using lib
I am in the process of updating a template library I made several years ago. The purpose of the update was more as an experiment in using variadic templates. The prior template library was not...
View Articletrouble with tuple
I consider myself a noob with regards to variadic template programming.In the std there is the template tuple. In which you can create the tuple with any number of and mixture of type. This is quite...
View ArticleZenfone 2 kernel compilation
While compiling zenfone 2 kernel with icc, I am facing compilation terminated and the the reason for that is "type qualifiers are meaningless in this declaration" this warning refers to...
View Articleoptimization notes repeated multiple times in MSFT Visual Studio
I like the inclusion of Intel compiler optimization notes in Visual Studio. The compiler optimization report is very nice. The notes boxes embedded in the source files used to be helpful. After...
View Articleenable_if lambda capture
I am using V16.0 update 2, and for the moment wish to stick with C++11 (Will look at C++14 in V17 later)I have a template library that used to work well in the earlier versions of the compiler (C++03),...
View ArticleDifference between vs2010 and vs2015
Dear all, I wrote some code for testing FMA instructions, compiled in IDE vs 2010( of course using Intel c++ toolset), and there are not any FMA instructions generated. Then I compiled the same code in...
View Articleicc/icpc 14.0.1 + boost 1.5x program_options causes undefined reference to...
Hi icc developers and users!I use a cluster with different versions of Intel Compiler installed. The latest one is 14.0.1. I also have to use custom installation of gcc 4.7.2 (by pointing PATH variable...
View ArticleQuantLib compilation issue: warning 10210
Having trouble compiling QuantLib (v1.7.1) with BOOST (v1.57) under Intel composer XE 2015 and MSVC (2013) with Debug x64. In particular, when I compile swapvaluation.cpp, it produces the following...
View Article