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

From SNIC Documentation
Jump to: navigation, search
(Created page with "{{training event info |description=Message Passing with MPI |fields=Parallel programming |event type=Course |location=Lund |start date=2014-10-29 |end date=2014-10-31 }} == Cour...")
 
Line 15: Line 15:
 
== Pre-requisites ==
 
== Pre-requisites ==
 
Participants should be able to write serial programs in either of C or Fortran.   
 
Participants should be able to write serial programs in either of C or Fortran.   
 
  
 
== Course web page and registration ==
 
== Course web page and registration ==
 
Registration will open in September 2014
 
Registration will open in September 2014

Revision as of 15:41, 9 July 2014

Name MPI (Lunarc October 2014)
Description Message Passing with MPI
Type of event Course
Location Lund
Start date 2014-10-29
End date 2014-10-31

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

Registration will open in September 2014