MPI (Oct 2022)

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

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.

The course forms part of the SNIC training program. It is offered as a collaborative effort between HPC2N, LUNARC and PDC.

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 beneficial.

Course web page and registration

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