Computer Science 335
Parallel Processing and High Performance Computing
Fall 2024, Siena College
Lecture 16: Introduction to OpenMP
Date: Monday, November 11, 2024
Agenda
- Announcements
- Veterans Day
- lab/project grading update
- Final Project
- proposals now due
- progress reports before Thanksgiving break
- Wrapping up last Monday's POSIX threads examples activity
- Same idea for today, but everyone will write their responses and
submit a PDF or a link to a shared document in the "In-Class
OpenMP" assignment on Canvas to earn 25 lab/assignment points
- Introduction to OpenMP programming
Terminology
- parallelizing compiler
- compiler-directed parallelism
- OpenMP
- team of threads
Examples