Quantcast
Channel: Intel® C++-Compiler
Browsing all 1665 articles
Browse latest View live

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 Article


Bug 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 Article


Image may be NSFW.
Clik here to view.

Cache, 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 Article

Intel 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 Article

Image may be NSFW.
Clik here to view.

Intel® 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 Article


Image may be NSFW.
Clik here to view.

Intel® 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 Article

OpenMP 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 Article

Multiple 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 Article


icpc 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 Article


Bug 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 Article

Intel 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 Article

OMP 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 Article


Building 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 Article

User and Reference Guides for the Intel® C++ Compiler 15.0 for Intel® System...

Legal InformationStart HereSprache Englisch

View Article


Linux* 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 Article

User 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 Article


Image may be NSFW.
Clik here to view.

Building 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 Article

Building 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 Article

Building 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
Browsing all 1665 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>