C code - assertion failed: find_seq_in_lookup_table bug
Hi,I'm having a problem when trying to compile with icc on c code, I'm getting:Internal error loop: assertion failed: find_seq_in_lookup_table: seq_number not found (shared/cfe/edgcpfe/il.c, line...
View Articleimplicitly generated assignment operator cannot copy reference member
icpc error implicitly generated assignment operator cannot copy reference member (boost graph) compiler: icc 13.0.1 / c++11 supportI am using a `boost::filter_iterator` to filter over of a pair of...
View ArticleProblem integrating with Eclipse CDT 8.0 on Debian 8 Testing
I have downloaded and installed the one month trial version of the Intel C++ compiler for Linux (l_ccompxe_2013_sp1.3.174). I haven't used it, but as far as I know, I have installed it correctly (just...
View Articlesvml_dispmd.dll not loading/ Proper runtime environment for Release
Greetings, I am having issues building an executable that can run on a machine that does NOT have ICC installed. For my runtime I am linking libmmds.lib and excluding libmmd.lib. The code generation is...
View ArticleIntel(R) Threading Blocks 4.2 update 5 for OS X* installation issue
After Installation icc throws a warning: ld: warning: directory not found for option '-L/opt/intel/composer_xe_2013_sp1.3.168/compiler/lib'I created an empty directory. Now the message is gone. Is this...
View ArticleCompiler creates invalid code with -fp_speculation=safe
Hi there,I have run into something that looks like a bug in the compiler. I compile this code with '-O -fp_speculation=safe': double *x = v2->data2->x; for (j = 0; j < len2; j++) { if (...
View ArticleCygwin and compiler
Hello! This may be a stupid question but I can't find a clear answer. It seems that whenever I try to use the icc compiler, I get errors both in Eclipse and the command line stating that there is an...
View ArticleSTLport build error
Greetings,Env: Win 8.1 x64, MSVC 2013, ICC 14 (latest up-to-date), but the issue is manifesting on beta ICC 15 as well.I get this error for this code:namespace detail { template <class _Tp, class......
View ArticlePointer Checker linker errors and robustness
I am attempting to use the Pointer Checker with with a trial version of Intel C++ Studio XE for Linux (installed from cpp_studio_xe_2013_sp1_update3.tgz). I have the compiler integrated under Eclipse...
View ArticleCannot install Intel Compiler with Eclipse Luna
Hi,I installed the new version of Eclipse (with CDT) Luna. I couldn't install the Intel Compiler support, the following error appeared:Cannot complete the install because one or more required items...
View ArticleIntel C++ and X code
Hello!Until a year ago was possible integration between the IDE X code and INTEL C++ and then, with the new OSX this integration has not been possible. Maybe I missed something ( or some comment in...
View Articleto exclude /user/include/c++/4.3 .. old include path and use intel's path
I am working on a cluster which has older version of intel compiler (11) and gcc (4.3).I have installed a newer trial version of intel composer xe (with 14.0 compiler). I have also installed gcc 4.9....
View ArticleSerial number already registered
HiWhile installing Intel C++ compiler, I get the following error message while registering the product activation code:Sorry, evaluation serial numbers may not be activated using this Remote...
View ArticleFlex license and BootCamp/VMware
Hi,I am using Parallel Studio XE 2013 on Windows 8 on a MacBook Pro. Windows has been installed on its own partition (With the BootCamp drivers). But Windows can be started both natively, or using...
View ArticleC++11 standard library on OSX
Hi,As far as I understand, Intel C++ compilers don't come with their own library and use the system library. OSX comes with libc++ from the clang project and a very old version of the GNU libstdc++, so...
View Article"restrict" or "__restrict" ?
I'm compiling a C++ program with Intel C++ Compiler XE 14.0 using the /Qrestrict compiler flag with Microsoft Visual Studio Ultimate 2013 Update 1. Unfortunetly, the compiler does not recognize the...
View Articleicpc fails to compile simple openMP code
I started learning Intel Xeon Phi Coprocessor. I tested some simple codes on the book but failed to compile.////// This is simple offload example on the book. ////// reduction.cpp #include...
View ArticleC99
Hi I am a Fortran user that almost never used 'C' or 'C++'. But now I have to work with the three languages to one of my projects. Some of the libraries that I use depends on C99. So, my...
View ArticleProblems with building Boost on Windows with Intel C++ Compiler
Hello,I am trying to build Boost 1.55 on Windows with the instructions I found here:https://software.intel.com/en-us/articles/building-boost-with-intel-c-composer-xe-2013-on-windows-7So after I do the...
View Article