Computer Science 335
Parallel Processing and High Performance Computing
Fall 2021, Siena College
Lecture 17: Introduction to OpenMP
Date: Monday, November 8, 2021
Agenda
- Announcements
- Final Project topic discussion and and group formation should be
wrapping up
- Programming Project 4: Pthreads Programming due Thursday night
- Come to the faculty research lightning talks Wednesday at 1:30
in RB 302 - see Dr. Lim's email for details
- Come to the Women Voices in Technology Event Wednesday at 7 in
RB 328 (refreshments at 6:30 in the CS Lounge) - see Dr. Cotler's
email for details
- In-class work today: please create a Google document in your
shared folder you created for this class with the name
LastnameInClassOpenMP and answer the questions that come up
during our class period in that document. This is worth 40
Assigmnent/Lab points. We will continue work on it in class on Friday.
- Introduction to OpenMP
Terminology
- parallelizing compiler
- compiler-directed parallelism
- OpenMP
Examples