Intel® Parallel Studio XE parallel software development suite combines Intel's C/C++ compiler and Fortran compiler; performance and parallel libraries; error checking, code robustness, and performance profiling tools into a single suite offering. This new product release includes:
Intel® Parallel Studio XE
Intel® Parallel Studio XE 2013 for Windows* Update 3
Intel® Parallel Studio XE parallel software development suite combines Intel's C/C++ compiler and Fortran compiler; performance and parallel libraries; error checking, code robustness, and performance profiling tools into a single suite offering. This new product release includes:
About Target Architecture Selection during Installation
The Intel® Composer XE for Windows*, Linux* and OS X* contains compilers and libraries for generating either IA-32 or Intel® 64 applications. The "Target Architecture Selection" dialog is used to specifiy the architecture your applications are targeting so the installation program will only install the relevant compilers and libraries.
Intel® Parallel Studio XE 2013 for Linux* Update 3
Intel® Parallel Studio XE parallel software development suite combines Intel's C/C++ compiler and Fortran compiler; performance and parallel libraries; error checking, code robustness, and performance profiling tools into a single suite offering. This new product release includes:
Calculating estimated call counts with Intel® VTune™ Amplifier XE 2013
When you profile your software with VTune™ Amplifier XE you often start from looking at the top function hotspots list. This allows you to see what functions are spending CPU resources, so you can focus your optimization efforts.
Function call counts can provide some additional information to assist in further optimization.
Intel® Inspector XE 2013: Controlling Analysis Cost
Intel® Inspector XE 2013: Controlling Analysis Cost
Find memory and threading errors faster
Introduction
What's new? Update 5 - Intel® VTune™ Amplifier XE 2013
Intel® VTune™ Amplifier XE 2013
O que é o Intel® Xeon Phi™ e como ele atinge o impressionante processamento de 1 TFlops

Intel® Xeon Phi™ - 61 cores, 244 threads, 8 GB de memória DDR5 e 1 TFlops.
Antes de mais nada, gostaria de apresentar o Intel® Xeon Phi™ e mostrar como esta pequena obra de arte tecnológica pode lhe trazer benefícios.
Link error with icpc when using Boost* 1.51+ MPL library and g++*
Problem
Link error with icpc: when linking object files compiled with icpc & g++* along with Boost* MPL library 1.51 or above, as shown in the sample test case below:
%cat t.h
#include <boost/mpl/vector.hpp>
template<typename T> struct my;
void foo(my<boost::mpl::vector<> >* = 0);
%cat u.cpp
#include "t.h"
int main() { foo();}
