Computer Science 335
Parallel Processing and High Performance Computing
Fall 2021, Siena College
Lecture 02: Java Threads
Date: Monday, September 13, 2021
Agenda
- Announcements
- Upcoming due dates
- Read Pacheco Ch. 1 in the next couple of days
- Programming Project 1: Introduction to Jacobi Iteration [PDF] groups formed by this afternoon
- Programming Project 1: Introduction to Jacobi Iteration [PDF] due Friday
- A couple more introductory notes
- Java Threads example
- Lab 1: Java Threads Practice [HTML] [PDF]
- working through in class as a group
- submissions due Thursday (now next Tuesday)
Terminology
- team of threads
- asynchronous
- concurrency
Examples