Library developer news
Intel puts the parallel in Visual Studio
By James Crowley, published on 11 Feb 2009
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.
Related articles
Related discussion
-
File Not Found Intellisense Error Wrong
by manningda (0 replies)
-
Web App Service Project - Assistance Requested
by JusticeV (0 replies)
-
Changing Vis studio build order from outside visual studio (via script, etc.)?
by gbarry (1 replies)
-
Creating DLL in visual C++
by osamafusion (0 replies)
-
Hampton Roads .NET Users Group - April Meeting
by busha (0 replies)
Comments
Leave a comment
Sign in or Join us (it's free).