Intel Parallel Amplifier

n-bodies: a parallel TBB solution: parallel code with parallel_invoke: will it run faster?

Earlier in the month I fleshed out a spatially arranged subdivision method I learned from Matteo Frigo but didn’t have time to actually run it and compare against my baselines.  And in the meantime my test machine has been regrooved into a Windows 7 box, so my first order of business is to retest my baselines.  I reran the serial algorithm a few times and averaged the results.  While the raw numbers (using the same compiler and machine but jus

Analyzing Thread Dependencies using Intel® Parallel Amplifier

Intel® Parallel Amplifier is an excellent tool for identifying hotspots and measuring CPU utilization. Using Amplifier’s Concurrency analysis it’s very easy to find the places in an application that poorly utilize the CPU, but root-causing these issues is often more complex. To do this, you need to understand the runtime behavior of the application - how many threads are actually running, how the work is distributed between the threads and where thread execution is “serialized”.

SP1 for Intel Parallel Studio - service pack worth installing!

Intel® Parallel Studio Service Pack 1 is now available, adding support for Windows* 7.

SP1 is well worth downloading and installing - here are some of the reasons:

  1. Parallel Inspector and Parallel Amplifier can be driven (for automating test suites) from the command line now.

  2. Bug fixes - of course - not many issues needed fixing, but you may appreciate the ones bugs that were found and fixed!
Iscriversi a Intel Parallel Amplifier