Computer Science 335
Parallel Processing and High Performance Computing
Fall 2021, Siena College
Lecture 05: Speedup and Scalability; Stampede2
Date: Friday, September 24, 2021
Agenda
- Announcements
- A look at the Programming Project 1: Introduction to Jacobi
Iteration [PDF] reference solution
- for high-performance computing, especially as we move to C,
we will want to think about the balance between a very detailed
object-oriented decomposition of the problem, and the efficiency
of a simple, direct implementation
- Written Assignment 1 discussion
- Lab 2: Stampede2 Setup out