MPI (Oct 2021)

From SNIC Documentation
Jump to: navigation, search
Name MPI (Oct 2021)
Description An introduction to parallel programming using Message Passing with MPI
Type of event Course
Location Online
Start date 2021-10-25
End date 2021-10-28

Course overview

Message Passing 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.

This online course is at the beginners level 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. Live demonstrations and 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 simple programs in one or more of C, C++, Fortran or Python. Basic knowledge of UNIX/LINUX is also required.

Course web page and registration

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