Application Development - eWeek


Application Development: LABS GALLERY: Intel Parallel Studio Helps Make the Most of Multiple Cores

By Jeff Cogswell on 2009-07-23


Intel Parallel Studio, which works with Microsoft Visual Studio, is designed to inspect code for errors and help developers optimize programs for use with multicore processors. eWEEK Labs puts Parallel Studio through its paces, and finds that the platform simplifies the difficult task of writing parallel code that takes advantage of processors with multiple cores.

By Jeff Cogswell

  • of

Add-ins

Intel Parallel Studio installs right into Microsoft Visual Studio as a set of add-ins that include menu items and tool bars to assist in parallel coding.

Parallel Inspector

The Parallel Inspector tool lets you look for deadlocks, data races and other common problems.

Parallel Inspector Results

The results from Parallel Inspector show up in a document window inside Visual Studio. In this example, data races are found.

Error Info

Clicking on an error opens up another document that gives further information about a particular error.

Parallel Amplifier

Parallel Amplifier runs your program and then performs an analysis to determine where the app can be tuned for multiple cores.

Detailed Report

After Parallel Amplifier performs its analysis, it provides a detailed report of how your program runs on multiple cores. The line chart at lower right shows whether your program is making optimal use of the cores.

In Need of Tuning

This line chart shows an application with poor concurrency. Such an application could be tuned to make use of multiple cores.

Parallelization Problems

A typical program that could benefit from parallelization causes problems like this. Notice in CPU Usage History the left core is running at 100 percent while the right core is barely being used. A lot of software suffers from this kind of problem.

  • More slideshows

Advertisement

FEATURED SPONSOR MESSAGE

Microsoft Sponsored Resource Center

Windows Azure is a public cloud platform for building, hosting and scaling applications. Try Windows Azure free for 90 days and get 20GB outbound and unlimited inbound data transfer.

Learn more

Brought to you by

 
eWEEK Quick LInks