Summary
OpenMP is a directive based shared memory programming model
OpenMP API is a general purpose parallel programming API with emphasis on the ability to parallelize existing programs
Scalable parallel programs can be written by using parallel regions (Module IV)
Worksharing constructs enable efficient parallelization of computationally intensive portions of program (Next Module)