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

Video: How to Create Reducers with OpenMP

OpenMPWhen multiple threads need to work together to perform a combined mathematical operation such as a sum, one way to avoid race conditions is using reducers. In this video from Go Parallel, Jeff Cogswell from Slashdot Media shows you how to accomplish reducers with OpenMP.

Sign up for our insideHPC Newsletter.

Resource Links: