Video: How to Create Reducers with OpenMP

Print Friendly, PDF & Email

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.