Difference between revisions of "MPI (Lunarc October 2015)"

From SNIC Documentation
Jump to: navigation, search
(Created page with "{{training event info |description=An introduction to parallel programming using MPI |fields=Parallel programming |event type=Course |location=Lund |start date=2015-10-28 |end da...")
 
Line 17: Line 17:
  
 
== Course web page and registration ==
 
== Course web page and registration ==
For more information and registration refer to the [http://www.lunarc.lu.se/Courses/an-introduction-to-parallel-programming-using-message-passing-with-mpi-28-30-october-2015].  Registration is now open.
+
For more information and registration refer to the [http://www.lunarc.lu.se/Courses/an-introduction-to-parallel-programming-using-message-passing-with-mpi-28-30-october-2015 Lunarc course page].  Registration is now open.

Revision as of 12:19, 17 September 2015

Name MPI (Lunarc October 2015)
Description An introduction to parallel programming using MPI
Type of event Course
Location Lund
Start date 2015-10-28
End date 2015-10-30

Course overview

Message Passing using the MPI-standard is presently the most 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 or Fortran.

Course web page and registration

For more information and registration refer to the Lunarc course page. Registration is now open.