Introduction to Parallel Computing
Overview
Teaching: 45 min
Exercises: 15 minQuestions
What is parallel computing, do I really need to learn this?
Objectives
Learn the differences between several paradigms in Parallel computing and get a first exposure on how programming works with them.
FIXME
Key Points
Parallel computing start with identifying the concurrent opportunities of a given problem and decide the best paradigm to exploit the concurrency with the minimal programming effort.