Using the Intel® C++ Compiler (VS 2008)
The following applies to C++ for Microsoft Visual Studio* 2008.Using the Intel® C++ Compiler within the Visual Studio* IDECreate a Visual C++* project, or open your existing project.In the Solution...
View ArticleTemplated user-defined type conversion to abstract reference type
I have the following (very simplified) "container" class to store objects of "any" type in shared pointers: class container { public: template<typename T> container(const...
View ArticleVectorization Issue with loop iterations
Hi All,I am trying to compile following sample kernel with Intel (ICC) 14.0.0 20130728 (or version > 12 ). I see strange behaviour with vectorization. I have following questions:If I change _iml...
View ArticleIssues building MPI
Hi all,I recently installed both Intel Fortran and Intel C++ compilers for Linux on my system (Ubuntu 12.04 LTS with IA32). When trying to install MPICH, I'm unable to configure the installation, and I...
View Articleinternal error with -fno-rounding-math
$ icc -fno-rounding-math icc: internal error: Assertion failed (shared/driver/options.c, line 1684) $ icc --version icc (ICC) 14.0.2 20140120
View ArticlePerformance BKMs: Introduction and Super-secret Intel Tools
At SC13 (Super Computing 2013)*, someone commented that Intel seems to have some super-secret set of tricks in its pocket, allowing us to optimize “far beyond those of mortal man”+. We don’t really...
View ArticleOptimization icpc 13 vs icpc 14
Currently I am working on a simulation project which I develop in my own pc (Chakra linux, intel core i5). When I compile using icpc v 14.0.2 I get really nice results in terms of speed. The problem is...
View ArticleError: A license for BetaSTMCCompL could not be obtained.
Hi,I have installed Intel® C++ Composer XE 2013 for Linux and Intel® C++ STM Compiler Prototype Edition 4.0 with a non-commercial/student license. When I try to compile using icc, I get the following...
View ArticleHow to uninstall Intel® C++ STM Compiler Prototype Edition 3.0?
Hi,I have installed Intel® C++ STM Compiler Prototype Edition 3.0. What is the procedure to uninstall it. I could not find any uninstall script.Thanks!
View ArticleIntel MPI Library and Composer XE Compatibility
The following table lists all supported versions of the Intel® MPI Library and the Intel® Composer XE. Use this as a reference on the cross-compatibility between the library and associated...
View ArticleTrouble with main, header and C ++ compiler
I made all the modification needed to work with x64 material.I had a header file, a main and a rpogrammI had the following message : 1>------ Build started: Project: Archi-1D-Rld-V.4, Configuration:...
View ArticleOpenMP / memory saturation
Hi,I am working on an application which I'm pretty sure is memory bound. I tried doing some simple OpenMP, but there was no speedup, which seems to confirm that the kernel is indeed memory...
View ArticleGuide to Profile-guided Optimization of Computational Fluid Dynamics with...
Intel® C++ Compiler has supported Profile-guided Optimization (PGO) for a long history, PGO improves application performance by reorganizing code layout to reduce instruction-cache problems,...
View ArticleICC benchmarking and ICC vs GCC
Hi,as you see I am new here in this forum.I have a project comparing ICC vs GCC. I am looking for the best way to start this project. any links/ tutorial/ documentations are more than welcome.thinking...
View ArticleAVX is slower than serial execution ?
I write a simple program and build with icpc to examine the performance of AVX in my mathine. The code snippet is as following, #define T 2000000 #define X 16 #define Y 16 #define Z 16 for(int...
View ArticleIntel® Developer Zone at Microsoft //Build/ 2014
Software developers by the thousands visited the Intel Software booth at the sold-out Microsoft Build conference April 2 – 4 in San Francisco’s Moscone Center. They were able to learn about how the...
View ArticleOpenMP 4.0 target directives
I tried to get an OpenMP 4.0 test case to run where the code calls a user library that is compiled for host and mic (-mmic)The host library is in current directory (pwd), the MIC lib is in pwd/mic and...
View ArticleMapping between instrinsics and assembly code
I'm using unaligned and aligned load intrinsics in my code and ICC does not behave as I expect it to. If this is expected behavior, can somebody educate me on why?The fundamental problem is I expect...
View ArticleOpen Source Downloads
This article makes available third-party libraries, executables and sources that were used in the creation of Intel® Software Development Products or are required for operation of those. Intel provides...
View ArticleSome projects can't compile when using C++ Composer XE 2015 beta
Hello,Tried the newest Intel C++ Composer XE 2015 Pre-Release beta. (2015.0.0.30)I can successfully compile most projects without issue.but I got an error on some projects:3>xilink: : error #10037:...
View Article