Skip to main content

Course/Event Essentials

Event/Course Start
Event/Course End
Event/Course Format
In person

Venue Information

Country: Germany
Venue Details: Click here

Training Content and Scope

Technical Domain
Level of Instruction
Beginner
Sector of the Target Audience
Research and Academia
Industry
Public Sector
HPC Profile of Target Audience
Application Users
Application Developers
System Administrators
Language of Instruction

Other Information

Organiser
Event/Course Description

This course will take place as an on-site and in-person event. It is not possible to attend online.

Contents:

An introduction to the parallel programming of supercomputers is given. The focus is on the usage of the Message Passing Interface (MPI), the most often used programming model for systems with distributed memory.

The first four days of the course consist of lectures and short exercises. A fifth day is devoted to demonstrating the use of MPI in a larger context. To this end, starting from a simple but representative serial algorithm, a parallel version will be designed and implemented using the techniques presented in the course.

Topics covered:

  • Fundamentals of Parallel Computing
    • HPC system architectures
    • shared and distributed memory concepts
  • MPI
    • basics
    • point-to-point communication
    • collective communication
    • blocking and non-blocking communication
    • data types
    • I/O
    • communicators
  • Hybrid programming
  • Tools