How to Accurately Time Your Parallel Loops in OpenMP

Print Friendly, PDF & Email

In this video from GoParallel, Jeff Cogswell from Slashdot Media walks through a quick tutorial on Timing Your Parallel Loops in OpenMP.

When you need to time how long an OpenMP program runs, you can use a wall clock timer that is included as part of the OpenMP library. Jeff Cogswell walks you through how.

Sign up for the Think Parallel Newsletter.