Lesson 12
Date: 4/24/2019
High Performance Computing (part I: OpenMP)
Linux System Administration
References
LLNL Introduction to Parallel Computing
LLNL OpenMP tutorial
LinuxPRO magazine 9/2008: Parallel Programming with OpenMP
LLNL MPI Tutorial
Open MPI web site
Parallel Computing
HPC paradigms
Amdahl's law
OpenMP
Ex: Parallel regions
Ex: Parallel loops
Ex: Parallel sections
Ex: Synchronization Constructs
Ex: Reduction clause
Ex: Matrix multiplication
Ex: CPU core number and performance
References
Take me to the Course Website