Sign up for our newsletter and get the latest big data news and analysis.
Daily
Weekly

How to Accurately Time Your Parallel Loops in OpenMP

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.

Resource Links: