Lecture

Parallel Computing: Principles and OpenMP

Description

This lecture introduces the principles of parallel computing, emphasizing the importance of parallelism in achieving higher performance due to the limitations of single-core processors. It covers the basics of OpenMP, a high-level API for shared-memory programming, and provides examples of parallelizing code using OpenMP directives. The lecture discusses the concepts of division of work, communication, synchronization, and execution models in parallel programming. It also explores the different communication models such as shared memory, message passing, and data parallelism. The presentation includes detailed explanations and examples of shared vs. private variables, synchronization techniques like critical sections and barriers, and the use of OpenMP for creating concurrent code from serial code.

About this result
This page is automatically generated and may contain information that is not correct, complete, up-to-date, or relevant to your search query. The same applies to every other page on this website. Please make sure to verify the information with EPFL's official sources.