Intel puts the parallel in Visual Studio

Intel have released a beta version of their Parallel Studio development tools, much touted at the recent TechEd EMEA Developer event. The software integrates as a plug-in to Visual Studio, and aims to help software developers turn their single-threaded tools into high performance multi-threaded applications, taking advantage of todays multi-core chips.

The programming suite is targeted at C++ developers using Visual Studio 2005 and 2008, and comes with 4 distinct tools:

  • Parallel Advisor, which add parallelism to existing code, and identifying potential conflicts
  • Parallel Composer provides a set of libraries supporting an array of parallel programming models to speed up software development
  • Parallel Inspector analyzes code for hard-to-find errors and helps to analyze the cause of races and deadlocks.
  • Parallel Amplifier is a performance tuner that detects scaling limitations.

You can join the beta program for free on the Intel website.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Beware of bugs in the above code; I have only proved it correct, not tried it.” - Donald Knuth