Computer Science 335
Parallel Processing and High Performance Computing
Fall 2024, Siena College
Lecture 15: Pthreads Examples
Date: Monday, November 4, 2024
Agenda
- Announcements
- lab/project grading update
- Final Project wraps up today, on to the actual proposal
- POSIX threads examples: work through as a group, see the "In-Class Pthreads" assignment in Canvas
Examples
- pthreadslife: using pthreads to parallelize Conway's Game of Life
- pthreadclosestpairs: using pthreads to parallelize closest pairs calculations of METAL graphs