STLport 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 ArticlePGO - no *.dyn to merge, pgopti.dpi missing
Hi,I'm Running ICC with PGO, when ICC created the *.dyn files, I changed the (-prof_gen) flag to (-prof_use -ipo) and recompiled.Compilation failed and I got:remark #30056: no .dyn files to...
View ArticleInline assembly (at&t format w/extended) issue
I have a piece of code that does an register dereference to an in-memory array "offset(base, index, scale)", the intel compiler says it supports at&t syntax so maybe I'm going about this the wrong...
View ArticleICC error on __m256 access
Hi, I have this simple program where I try to store a floating point number in a __m256 variable from AVX#include <stdio.h> #include <stdlib.h> #include <x86intrin.h> #ifndef __AVX__...
View ArticleAdding Intel C++ Composer XE 2013 SP1 to Visual C++ Express 2013
Hi,How do I add the Intel C++ Composer XE 2013 SP1 to Visual C++ Express 2013?Many Thanks,HR
View ArticleHow to let the program output runtime error information in C++ code?
Dear all,I have the C++ dynamic linked library built by VS2012+Intel C++ 14.0, the dynamic linked library is called by Fortran main program.Currently there are some problems in the C++ code and I need...
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 ArticlePointer Checker in ICC: requires dynamic linking of runtime libraries
The -check-pointers switch, which enables the Pointer Checker feature, cannot be used with the -static flag on Linux* (/MT on Windows*) which forces all Intel libraries to be linked statically. The...
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 ArticleOpenMP code works on 11.1.056 but don't on 14.0.3
Hi guys! I have a simple code that depends on OpenMP locks like this.#include <stdio.h> #include <unistd.h> #include <stdarg.h> #include <sys/wait.h> #include <omp.h>...
View ArticleCompiler warnings
I am compiling my code with icpc, it seems that despite the fact I use -Wall, intel compiler does not show most trivial of warnings, (unused variables.. uninitialized variables.. etc..) are not shown,...
View Article