MPI (Online December 2020)

From SNIC Documentation
Revision as of 16:44, 19 January 2021 by Joachim Hein (LUNARC) (talk | contribs) (Created page with "{{training event info |description=An introduction to parallel programming using MPI |fields=Parallel programming |event type=Course |location=Online |start date=2020-12-01 |end ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Name MPI (Online December 2020)
Description An introduction to parallel programming using MPI
Type of event Course
Location Online
Start date 2020-12-01
End date 2020-12-04

Course overview

Message Passing using the MPI-standard is presently a widely deployed programming model in massively parallel high performance computing. Message passing is suitable for programming a wide range of current computer architectures, ranging from multi-core desk top equipment to the fastest HPC systems in the world, offering several hundred thousand processing elements.

The course is at the beginners level regarding parallel computing and assumes no prior experience in parallel computing. The concepts behind message passing and distributed memory computing will be introduced and the syntax of the key MPI calls will be explained. The course will include point-to-point communications, non-blocking communication and the collective communications calls. Practical sessions to deepen the understanding of the lectures will be part of the course. At the end of the course participants should be able to write their own MPI programs at an intermediate level. The teaching language will be English.

Pre-requisites

Participants should be able to write serial programs in either of C, C++, Fortran or Python.

Course web page and registration

For more information and registration refer to the HPC2N, PDC, C3SE and LUNARC course page.