Redistributable libraries for the Intel(R) Parallel Composer
OverviewThis article contains links to the redistributable installation packages for the Intel Parallel Composer. The redistributable packages are for the end users who use applications that are built ... Author: Jennifer Jiang (Intel) Type: Technical Notes |
11/16/2009
|
Set TBB's INCLUDE and LIB paths automatically
This is a new feature for TBB in Intel(R) Parallel Composer Author: Peter Wang (Intel) Type: Technical Notes |
07/20/2009
|
Different result of Volatile variables between icc and vc
The following statements use language constructs that have undefined behaviour according to C/C++ standard:
>>> i=(i++)+(j++)+2;
>>> j=i=i++;
Author: Om Sachan (Intel) Type: Technical Notes |
07/14/2009
|
Questions and Answers from webinar "Image Processing: Stop Developing Code from Scratch"
It lists questions and answers from webinar "Image Processing: Stop Developing Code from Scratch" Author: Walter Shands (Intel),Ying Song (Intel) Type: Technical Notes |
07/01/2009
|
Questions and Answers from webinar "Go-Parallelism! Ease the Onramp for C/C++ Windows* Development"
It lists the questions and answers from Intel(R) Parallel Studio webinar "Go-Parallelism! Ease the Onramp for C/C++ Windows* Development” Author: James Reinders (Intel),Ying Song (Intel) Type: Technical Notes |
07/01/2009
|
Q&A from Webinar: Find Errors in Windows* C++ Parallel Applications
Q&A from Webinar: Find Errors in Windows* C++ Parallel Applications - Technical Session Presented by Bernth Andersson Author: Robert MuellerAlbrecht (Intel),Bernth A. (Intel) Type: Technical Notes |
06/30/2009
|
Excerpts from Intel IPP 2nd Edition Book on Threading Support
It lists 4 excerpts from Intel IPP 2nd Edition book to cover brief threading support in several Intel IPP domains video coding, image coding, graphics and image processing. Author: Ying Song (Intel) Type: Technical Notes |
06/23/2009
|
An Overview of the Parallelization Implementation Methods in Intel(R) C++ Compilers
Description of the various ways you can use Intel® C++ Compilers to enable your applications for multi-core and many-core. Author: Mark Sabahi (Intel) Type: Technical Notes |
06/19/2009
|
Abstract class type not allowed as a type for parameter
Abstract classes are designed to be only interfaces to real classes because they have one or more pure virtual functions. The Intel® C++ compiler emits warning user is trying to declare a parameter that has the type of an abstract base class. Author: Om Sachan (Intel) Type: Technical Notes |
06/15/2009
|
ISO/IEC Standards language conformance for Intel C++ compiler
The Intel C++ compiler conforms to different ISO/IEC specific language standards using compiler option /Qstd on Windows and –std on Linux. Author: Om Sachan (Intel) Type: Technical Notes |
06/04/2009
|
Can I export a makefile from Visual Studio?
The capability to export makefiles from Visual Studio is not available. Author: Steve D. (Intel) Type: Technical Notes |
05/21/2009
|
How to troubleshoot if Microsoft* Visual Studio integration with Intel(R) Parallel Inspector does not work and the controls are not visible or exposed properly
Problem : You have successfully installed Intel(R) Parallel Amplifier (or any Intel(R) Parallel Studio tools) but the toolbar for Parallel Amplifier (or whatever Parallel Studio tool(s) you installed) ... Author: RAVI (Intel) Type: Technical Notes |
04/21/2009
|
IA-32 and Intel®64 Processor Targeting Overview
The compiler supports many options that tune or optimize an application for different Intel and non-Intel processors. Differences are explained, and the switches /arch, /Qx..., /Qax... (Windows*) and -m, -x..., -ax... (Linux*, Mac OS* X) are recommended. Author: Martyn Corden (Intel) Type: Technical Notes |
04/06/2009
|
Optimizing Applications with Intel(R) Parallel Composer
This document describes how developers can use Intel® Parallel Composer to optimize applications for IA-32 and Intel® 64 processors. Author: Bonnie Aona (Intel),Martyn Corden (Intel) Type: Technical Notes |
03/26/2009
|
Debugging on Intel(R) Platforms
Debug Solutions for Intel(R) Platforms. From IA-32 and Intel(R) 64 to IA-64. From Servers and Workstations to Embedded Applications Author: Robert MuellerAlbrecht (Intel) Type: Technical Notes |
03/09/2009
|
Requirements for Vectorizable Loops
Vectorization is one of many optimizations that are enabled by default in the latest Intel compilers. In order to be vectorized, loops must obey certain conditions, listed below. Some additional ways to help the compiler to vectorize loops are described. Author: Martyn Corden (Intel) Type: Technical Notes |
01/29/2009
|
Intel(R) Parallel Debugger Extension
Intel® Parallel Debugger Extension for Microsoft Visual Studio*
This document provides tips and tricks on how to best take advantage of the additional insight into parallel data constructs the Intel® Parallel Debugger Extension offers. Author: Robert MuellerAlbrecht (Intel) Type: Technical Notes |
01/16/2009
|
Working around COM [object] Attribute Related Errors
The Intel(R) C++ Compiler for Windows does not support Microsoft* COM attributes such as [object], [in], [out], etc. The compiler will issue warnings when encountering COM attributes in a program sour ... Author: Mark Sabahi (Intel) Type: Technical Notes |
11/20/2008
|