Q&A from Webinar "Parallel Implementation Methods with Intel® Parallel Composer " (part of Technical Session Series, Presented by Ganesh Rao)
Intel Parallel Amplifier
Hotspot-Recompile - Quickly Improve Application Performance
Describes a method and provides a sample application to show how to use Intel® Parallel Studio for improving application performance.
Static Analysis and Intel® C++ Compilers Webinar Q&A
Q&A from Webinar "Static Analysis and Intel® C++ Compilers" (part of Technical Session Series, Presented by Dmitry Petunin)
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
Code Coverage Performance in Intel® Parallel Composer
Hi All, first time blogging on ISN. I want to get right into this, so I'll save formal introductions for another time, but there should be a short bio on my profile if you're interested.
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:
SP1 is well worth downloading and installing - here are some of the reasons:
- Parallel Inspector and Parallel Amplifier can be driven (for automating test suites) from the command line now.
- Bug fixes - of course - not many issues needed fixing, but you may appreciate the ones bugs that were found and fixed!
n-bodies: a parallel TBB solution: serial body hot spots
In my last venture I got the n-bodies program to compile and ran a test series with the serial algorithm, showing the n-squared nature of the basic problem. I mean to write a parallel version of this (heh, heh, heh) but first I need to know what is taking up the time.
