Homework 6: Parallel Programming with OpenMP
Overview
Due: Tuesday, December 13
In this lab you will:
- Play with OpenMP
- Learn the reduction clause in OpenMP
- Write a program using the reduction clause
- Learn about critical regions
- Submit your work
In this lab you will: