Computer Science 335
Parallel Processing and High Performance Computing
Fall 2021, Siena College
Class Examples
Class examples will be linked below. Please report any missing
examples. Many additional examples are made available from the
textbook and in repositories for lab assignments.
- Administrative
-
- Java Threads
-
- C Programming for Scientific Computation
-
- matmult: Sequential matrix-matrix multiplication
- life: Sequential Conway's Game of Life simulator
- MPI
-
- mpilife: MPI parallelizaton of Conway's Game of Life simulator
- mpimatmult: Matrix-matrix multiplication parallelized with MPI
- mpiclosestpairs: Closest pairs in MPI
- POSIX Threads
-
- OpenMP
-
- Scientific Computation
-
- Parallel Programming
-