Using Intel(R) Compilers for Linux under Fedora
Using Intel Compilers for Linux under Fedora 6, 7, 8, 9, 10 Author: Kittur Ganesh (Intel),Feilong H. (Intel) Type: Tips and Techniques |
11/25/2009
|
Compile moblin 2.1 kernel sources with Intel Compiler
Instructions to compile moblin 2.1 kernel sources with the Intel Compiler Author: Maximillian Domeika (Intel) Type: Tips and Techniques |
11/18/2009
|
error 409 when building boost libraries 1.40.0 with Intel compiler
error 409 when building boost libraries with Intel compiler Author: Yang Wang (Intel) Type: Tips and Techniques |
11/17/2009
|
Intel® C++ Compiler - Supported compiler versions
The Intel(R) C++ Compiler versions 10.x and 11.x are supported. Type: Tips and Techniques |
11/12/2009
|
Using Intel Compilers for Linux with Ubuntu
How to install Intel Compilers on Ubuntu 9.10, 9.04, 8.10, 8.04 and newer. Author: Ronald W. Green (Intel) Type: Tips and Techniques |
11/03/2009
|
Being Successful with the Intel® Compilers -- You Need to Know
Tips and techniques on using the Intel Compilers to maximize your application performance. Author: Brandon Hewitt (Intel),Vangal Venkatesh Type: Tips and Techniques |
11/02/2009
|
Redistributable libraries for the Intel(R) C++ and Visual Fortran Compiler Professional Editions for Linux*
OverviewThis article contains links to the redistributable installation packages for the Intel Compiler Professional Editions for Linux*. The redistributable packages are for the end users who use appl ... Author: Jennifer Jiang (Intel) Type: Tips and Techniques |
10/14/2009
|
Build ffmpeg/ffmpeg-mt using Intel compiler on linux
Build ffmpeg/ffmpeg-mt using Intel compiler on linux Author: Yang Wang (Intel) Type: Tips and Techniques |
09/28/2009
|
Build boost libraries 1.40 for linux using Intel compiler
Build boost libraries 1.40 for linux using Intel compiler Author: Yang Wang (Intel) Type: Tips and Techniques |
09/24/2009
|
Using icc to build x264
Introduction : x264 is a free library for encoding H264/AVC video streams. For more details about x264, please refer to http://www.videolan.org/developers/x264.html Gcc build: x264 uses gcc to bui ... Author: Yang Wang (Intel) Type: Tips and Techniques |
09/24/2009
|
Changing Language Setting to see English on a Japanese OS environment or Vice Versa on Linux*
The Intel C++ and Fortran Compiler for Linux* update 2 release contains the Japanese localized message catalog. After installing the Intel C++ and Fortran Compilers, you'll see the sub-folder:
<. ... Author: Jennifer Jiang (Intel) Type: Tips and Techniques |
09/14/2009
|
Using Intel Compilers for Linux with Caos Linux
Caos linux Author: Ronald W. Green (Intel) Type: Tips and Techniques |
08/28/2009
|
Memory allocation results in segmentation violation
Implicitly declared malloc() returns improper address pointer and the application crashes. The compiler must know the function signature to handle it properly. Author: Om Sachan (Intel) Type: Tips and Techniques |
08/28/2009
|
Unresolved external symbol ___intel_sse2_strlen
You may get unresolved external symbol ___intel_sse2_strlen, when not using Intel compiler driver. You may also get this error if you are including libirc.lib from of Intel C++ compiler 10.1 or older. Author: Om Sachan (Intel) Type: Tips and Techniques |
08/26/2009
|
Numeric casting issue when during vectorization
The unsigned to double casting in the Intel C++ compiler 11.1 to produces correct result when vectoring. The compiler version 11.0 produces wrong result. Author: Om Sachan (Intel) Type: Tips and Techniques |
08/25/2009
|
The default icc behavior favors speed over IEEE floating point compliance
Intel compiler uses /fp-model fast=1 as defaults. This optimization favors speed over standards compliance. You may use /fp-model precise to get compliant code. Author: Om Sachan (Intel) Type: Tips and Techniques |
08/24/2009
|
Excluding functions from code coverage report
You may use code coverage option -onelinedsbl INFEASIBLE to exclude function from you’re your code coverage report. Author: Om Sachan (Intel) Type: Tips and Techniques |
08/24/2009
|
Unable to read and write using C++ file stream
For years in Fortran95, I've been reading and writing files into various directories of my choice, thus keeping our data files in an orderly fashion. However, now I am shocked to find that you can't do anything like that in C++. Author: Om Sachan (Intel) Type: Tips and Techniques |
08/24/2009
|
How am I notified of updates for my registered products?
This article introduces how to receive the product update notification. Author: Lina Liu (Intel) Type: Tips and Techniques |
08/10/2009
|
Getting the product running with my new license
Before installing the product (no matter what type of license you have):
Find your Serial Number (SN)
Register the SN
Download the product from the Intel Registration and Download center
The ... Author: Jennifer Jiang (Intel) Type: Tips and Techniques |
08/04/2009
|
Intel® C++ Compiler for Linux* - Building ACE+TAO with Intel® C++ Compiler for Linux*
Introduction
This document explains how to configure and build ACE+TAO. From the ACE+TAO web site:
ACE† is an open-source framework that provides many components and patterns† for developing hi ... Type: Tips and Techniques |
08/04/2009
|
Installing Intel Compilers on OpenSUSE
How to install the Intel Compilers on OpenSUSE 11.2 Author: Ronald W. Green (Intel) Type: Tips and Techniques |
07/22/2009
|
How to Compile for Intel® AVX
Use the Intel Compiler 11.1 with the switch /QxAVX (Windows*) or -xavx (Linux*) to compile applications for Intel® Advanced Vector Extensions (Intel® AVX). Author: Martyn Corden (Intel) Type: Tips and Techniques |
07/16/2009
|
Performance Tools for Software Developers - Auto parallelization and /Qpar-threshold
The article describes effect of /Qpar-threshold option when doing auto parallelization with Intel C++ compiler. Author: Om Sachan (Intel) Type: Tips and Techniques |
07/13/2009
|
Intel® compiler options for SSE generation (SSE2, SSE3, SSSE3, SSE4) and processor-specific optimizations
Explains which Intel Compiler switches to use to target and optimize for a specific platform, cpu or processor. Type: Tips and Techniques |
07/13/2009
|