Archives

Posts from James Cownie (Intel) RSS

Intel Parallel Studio: Great for Serial Code Too (Episode 2)

By James Cownie (Intel) (2 posts) on April 6, 2010 at 10:46 am
Comments (1)

In Episode One I used Intel® Parallel Studio's Parallel inspector to check my simple code for memory allocation and array bound errors. Now that I have a correct code, it’s worth spending a little time to optimize its performance, for which I'll use Parallel Amplifier. If you haven’t read last week’s episode, it may be [...]

Continued ›

Category: Uncategorized

Intel® Parallel Studio: Great for Serial Code Too (Episode 1)

By James Cownie (Intel) (2 posts) on December 7, 2009 at 9:50 am
Comments (0)

Although the name might not suggest it, if you develop C or C++ code in Microsoft Visual Studio, Intel Parallel Studio may be just what you’re looking for even if you have no intention of parallelizing your code. If you need any of these features Detailed memory access checking and leak detection Fully integrated performance [...]

Continued ›

Category: Parallel Programming