Building NCAR Graphics* with the Intel® compilers
IntroductionThis guide is intended to help Intel® C++ Compiler and Intel® Fortran Compiler customers build the NCAR Graphics* library. NCAR Graphics is an open source library for drawing maps, graphs,...
View ArticleHow to use on Intel® VTune™ Amplifier 2013 for Systems
Background Intel® System Studio 2013 is Intel’s new embedded software tool suite. This tool suite includes Intel® VTune Amplifier 2013 for Systems. This article will explain the steps you need to...
View ArticleHow to use Intel® Inspector 2013 for Systems
BackgroundIntel® System Studio 2013 is the new embedded software tool suite. This tool suite includes Intel® Inspector 2013 for Systems. This article will explain the steps you need to follow to run...
View ArticleHow to use power collection in Intel® VTune™ Amplifier 2013 for Systems
BackgroundIntel® System Studio 2013 is the name for the Intel’s new embedded software tool suite. This tool suite includes Intel® VTune Amplifier 2013 for Systems. This article will explain the steps...
View ArticleHow to use remote collection on Intel® VTune™ Amplifier 2013 for Systems
BackgroundIntel® System Studio 2013 is the name for the Intel’s new embedded software tool suite. This tool suite includes Intel® VTune Amplifier 2013 for Systems. This article will explain the steps...
View ArticleProgram Record/Replay Toolkit
What If Home | Product Overview | Installation | Known Issues | Related Publications | Discussion Forum | BlogProduct OverviewThis toolkit is called Program Record/Replay Toolkit.The current version is...
View ArticleOffload Runtime for the Intel(R) Xeon Phi(TM) Coprocessor
The Intel® Xeon Phi™ coprocessor platform has a software stack that enables new programming models. One such model is offload of computation from a host processor to a coprocessor that is a...
View ArticleIntroduction to the Intel MKL Extended Eigensolver
Intel® MKL 11.0 Update 2 introduced a new component called Extended Eigensolver routines. These routines solve standard and generalized Eigenvalue problems for symmetric/Hermitian and...
View ArticleCilk Plus Solver for a Chess Puzzle or: How I Learned to Love Fast Rejection
In honor of Valentine’s Day, I’ll note that there is much to be said for fast rejection. It saves time and effort that can be better spent searching elsewhere. In this article I’ll discuss a parallel...
View ArticleAndroid* Tutorial: Writing a Multithreaded Application using Intel® Threading...
Recently we posted the “Windows* 8 Tutorial: Writing a Multithreaded Application for the Windows Store* using Intel® Threading Building Blocks”. There we stated that the parallel calculation engine can...
View ArticleIntel® Trace Analyzer and Collector Guides
This is currently a placeholder for Intel® Trace Analyzer and Collector usage guides. Until articles are added, please visit the Intel® Trace Analyzer and Collector product page. You can also view...
View ArticleSamples for Intel® C++ Composer XE
Intel® C++ compiler is an industry-leading C/C++ compiler, including optimization features like auto-vectorization and auto-parallelization, OpenMP*, and Intel® Cilk™ Plus multithreading capabilities;...
View ArticleCalculating 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...
View ArticleIntel® Xeon Phi™ Coprocessor February Developer Webinar Q&A Responses
Response to our February session of the Intel® Xeon® and Xeon® Phi™ Introduction to High Performance Application Development for Multicore and Manycore-Live webinar was gratifying and overwhelming, but...
View ArticleA DPRNG for Cilk™ Plus?
Last time, I introduced DotMix, a deterministic parallel random-number generator (DPRNG) for Intel® Cilk™ Plus. To briefly summarize the last post, DotMix is a new contribution that you can download...
View ArticleTypes of Applications that Benefit from MKL for Xeon Phi
The following article gives some advice on the types of Intel® Xeon Phi™ applications that may benefit from using Intel® Math Kernel Library (Intel® MKL) and its different usage models. Here are some...
View ArticleMolecular Dynamics Optimization on Intel® Many Integrated Core Architecture...
Download ArticleDownload this article in PDF formatIntroductionMolecular Dynamics (MD) is a computer simulation of physical movements of atoms and molecules [1], as shown in Figure 1. The atoms and...
View ArticleThe Importance of Vectorization for Intel® Many Integrated Core Architecture...
IntroductionTo get good performance out of the Intel® Many Integrated Core architecture (Intel® MIC architecture) and systems including Intel® Xeon Phi™ coprocessors, applications need to take...
View ArticleParallel fault simulation algorithm for multi-core systems with common memory
Fault simulation for sequential circuits numbers among the highly compute-intensive tasks in the integrated circuit design process. In this paper we propose a new parallel fault simulation algorithm...
View ArticleWindows* 8 OS Tutorial: Writing a Multithreaded Application for the Windows...
This article explains how to build a simple application for the Windows Store* using Intel Threading Building Blocks (Intel® TBB).A previous post: “Windows* 8 Tutorial: Writing a Multithreaded...
View Article