__uint128_t throws compile error in intel c++ compiler
Hi All, I am trying to compile some code using intel c++ compiler in windows. But I am keep getting compile error for __uint128_t datatype - error: identifier "__uint128_t" is undefined. The same code...
View ArticleInternal error with Intel xiar 2016 on linux 64-bit
Hi everyone,We are currently using Intel Parallel Studio XE v2016.1.056 which embeds "Compilers and libraries" v2016.1.150 on CentOS 64-bit and we encountered a problem with the xiar tool.The issue...
View ArticleThread race condition heap library MD vs MDd
Using Parallel Studio XE Pro V16.0 update 1 on Windows 7 Pro x64. Visual Studio 2013 (v120)I have a test program written in C++, and compiled with Intel C++. This program allocates some arrays,...
View Articlevectorization report in VS2015
Hi , I just moved from Intel compiler 13.0 to Intel compiler 16.0 on VS2015 ,using option /Qopt-report-phase=vec /Qopt-report=2 to see in output window the result report , but result is nothing .only...
View ArticleWhat actually happens if I specify the number of OpenMP threads exceeding the...
Dear Collegues,I've got a question about what actually happens if I specify the number of OpenMP threads exceeding the actual number of CPU's logical cores in #pragma omp parallel directive construct (...
View Articleкак установить Fortran 2012
Добрый день!Столкнулся с проблемой привязки easy5 c adams через fortran.Найти какую то документацию не получается, слишком мало её.Извините за ну очень глупые вопросы, но всё же, я не знаю где на них...
View ArticleCompiler error with explicit user-defined conversion for reference type
I'm having a problem compiling code where an explicit user-defined conversion operator isn't being found for a wrapper class. It happens when the wrapper class is storing a reference...
View ArticleInline assembler jump through eBX
Hi,I'm trying to compile the following code, and I keep getting a warning indicating the compiler is expecting an indirect jump, but I want the direct form of the jump. How do I trick the compiler...
View ArticleICL 2016 update 2 still does NOT work with VC2015
Hi, so installing the update 2 doesn't fix the existing errors from update 1, but adds loooooots of others. Here's the command line, minus custom stuff:icl.exe /D "_SECURE_SCL=0" /D "_WINDOWS" /D...
View ArticleBug
Usage of static constexpr member-function or member-variable, declared within a template, causes compiler error, if declared member-function or member-variable is further used within the same...
View Articleerror: 010101_45097
Hi,I get the following compiler error if I build in release mode (Visual Studio 2010 with Intel compiler 16.0), debug mode works: myexception.h(471) (col. 15): : error : 010101_45097The error occur...
View Article__stack_chk_guard and -fstack-protector-strong
I am building some sources on CentOS 6 with the following command /opt/intel/composer_xe_2016.2.181/bin/intel64/icc -o stream.o -c -Wall -Wformat -Wformat-security -Wparentheses...
View Article-P doesn't produce .i files in ICC
hi, i can't produce the preprocessed files with -P on my project compiling with ICC: https://github.com/riclas/rstmin order to compile it with -P just change the line: set(rstm_init_cxx_flags -Wall)...
View ArticleIntel C++ integration with Visual Studio 2015 Community Edition not working
I am trying to use Intel C++ Composer with Visual Studio 2015 Community Edition. It seems however that the Intel tools do not integrate with this version of Visual Studio. None of the Intel menus...
View ArticleExtremely slow compilation
I am having very slow compilations using the 2016 compiler, that are still happening after upgrading to the latest update (2016 U2). I'm getting no replies from any of my "premier" support requests...
View ArticleInlining of function pointer arguments to other functions
In the past, I’ve asked about what we can expect from IPO with the Intel compiler. My take away from that was that we cannot expect Intel C++ to inline function pointer arguments to other functions...
View ArticleIntel C++ 2016 std::function error
The following minimal working example fails to compile with the latest 2016 Update 2 on OS X 10.11.3 with Xcode 7.2.1, #include <functional> template <typename T> class C { public: using...
View Articleicpc 16.02 compiler bug -trackback and -O0 incompatiblity
I discovered this bug on Mac OSX 10.11.3. It may or may not also occur for the Linux version. I have a C++ program that will not compile when using both -trackback and -O0. The failure message is":...
View ArticleXcode does not find openmp libraries
Hi Hi I install the compiler and it runs on command line. However, in Xcode it gives an error when I try to use mkl libraries or openmp libraries writing dyld... not found while executing. Please help.
View Article