CHPC Presentation: Introduction to Programming with OpenMP, 10/08, 1 p.m., INSCC Auditorium

Posted: October 6, 2009

Date: Thursday, October 8th, 2009
Time: 1:00 - 2:00 p.m.
Location: INSCC Auditorium
Presented by: Martin Cuma

This talk introduces OpenMP, an increasingly popular and relatively simple shared memory parallel programming model. Two parallelizing schemes, parallel do loops and parallel sections, were detailed using examples. Various clauses that allow user to modify the parallel execution were also presented, including sharing and privatizing of the variables, scheduling, synchronization and mutual exclusion of the parallel tasks. Finally, few hints were given on removing loop dependencies in order to obtain effective parallelization.