SSA not generating results file
I am trying to run the SSA (2013) on a project of ours in VS 2010. When I build for static analysis the build completes but I do not get a results file. I do have some link warnings (see...
View ArticleBug in icc 2015.1.148???
My code:#include <stdio.h> int dd, dm, dy, i; char s[32], d[5]; FILE *file; int main() { file = fopen("d.txt", "r"); for(i=0; i<5; i++) { fgets(s, 30, file); d[0]=s[0]; d[1]=s[1];...
View ArticleCache, row major and column major
I've been testing the differences of time it takes to sum the element of a matrix in row major orderstd::vector<double> v( n * n ); // Timing begins double sum{ 0.0 }; for (std::size_t i = 0; i...
View ArticleIntel Composer 2015 will throw a Segmentation fault when installed to a...
Intel Composer 2015 will throw a Segmentation fault when installed to a docker container. Steps to reproduce (using ubuntu as a host): mkdir data cd data wget...
View ArticleIntel® INDE 2015: Getting Started with the Compiler on OS X* Hosts for...
You can use the Intel® C++ Compiler 15.0 to develop 32-bit and 64-bit applications for Intel® architecture-based devices.This guide refers to the Intel® C++ Compiler as the compiler, or icc.Android...
View ArticleIntel® INDE 2015: Getting Started with the Compiler on Windows* Hosts for...
You can use the Intel® C++ Compiler 15.0 to develop 32-bit and 64-bit applications for Intel® architecture-based devices.This guide refers to the Intel® C++ Compiler as the compiler, or icc.Android...
View ArticleOpenMP with multiple processes
I have an computational application which makes heavy use of fork to generate subprocesses which carry out (mostly) independent calculations.With Intel C++ 14.0.3 20140422, I find that the application...
View ArticleMultiple constexpr bugs
Hello,The following program doesn't compile with icpc version 15.0.1 but compiles fine with clang++ 3.5 and g++ 4.9.2:#include <iostream> #include <type_traits>template<class K> class...
View Articleicpc generates invalid symbol
I am using icpc 11.1.073. I have seen this same behavior with other versions as well. In my cross compilation env, building for SLES11 SP1, icpc generates the following symbol:...
View ArticleBug with nested device data environments implementation
According to OpenMP 4.0 specification page 177 line 17If a corresponding list item of the original list item is in the enclosing device data environment, the new device data environment uses the...
View ArticleIntel Non-Commercial Software Development Programme Discontinued?
Intel used to offer a license for non-commercial software development, valid for a year. I notice the page is under revision, and has been since September, which I interpret as subtle code for...
View ArticleOMP task final
Hello, I have just started to learn omp tasks and have a question about final clause. I compiled the following code based on the example from...
View Article__builtin_expect() for switch() statement
Greetings,I am using hints for ICC regarding branch prediction, i.e.:#ifndef my_likely # if defined(__GNUC__) || defined(__INTEL_COMPILER) # define my_likely(x) __builtin_expect(!!(x),1) # define...
View ArticleBuilding Yocto* Project Applications from Command Line
The Intel® System Studio installer automatically integrates the Intel® C++ Compiler with an existing Application Development Toolkit (ADT) installation for Yocto* Project 1.3-1.5.To be able to use the...
View ArticleUser and Reference Guides for the Intel® C++ Compiler 15.0 for Intel® System...
Legal InformationStart HereSprache Englisch
View ArticleLinux* Platform
Intel® C++ Compiler 15.0 for Intel® System Studio is compatible with the GCC compiler and can be used to develop applications for x86-based devices that run on various Linux* target systems.You can...
View ArticleUser and Reference Guide for the Intel® C++ Compiler 15.0
Read the User and Reference Guide for the Intel® C++ Compiler 15.0 to learn how to compile and optimize your application by using optimization tools and other libraries.Sprache Englisch
View ArticleBuilding Android* Applications Using Microsoft* Visual Studio* IDE...
This topic applies to C++, Windows*, and Android* only.If you have integrated the Intel® C++ Compiler into the vs-android software, you can use Visual Studio as your build system to build Android*...
View ArticleBuilding Android* Applications Using Eclipse* IDE and Android* NDK
By default, the Android* NDK is configured to build an application for debugging within Eclipse* and all optimizations are turned off. When the code is ready for deployment, you must compile it for...
View ArticleBuilding Android* Applications from Command Line
This topic applies to C/C++ on Linux* and Windows* host systems.You can build applications for Intel architecture-based Android* devices in two ways: Using the Intel® C++ Compiler toolchain as a...
View Article