Homework 6: Parallel Programming with OpenMP

Overview

Due: Tuesday, December 13

In this lab you will:

  1. Play with OpenMP
  2. Learn the reduction clause in OpenMP
  3. Write a program using the reduction clause
  4. Learn about critical regions
  5. Submit your work
Documentation for OpenMP is available in this tutorial from Lawrence Livermore National Laboratory .
 
Next »