BEGIN:VCALENDAR
VERSION:2.0
PRODID:icalendar-ruby
CALSCALE:GREGORIAN
BEGIN:VEVENT
DTSTAMP:20260627T121318Z
UID:3a587531-d040-493c-a12c-cc3226d26a2e
DTSTART:20140702T080000Z
DTEND:20140704T143000Z
DESCRIPTION:The world’s largest supercomputers are used almost exclusivel
 y to run applications which are parallelised using Message Passing. The co
 urse covers all the basic knowledge required to write parallel programs us
 ing this programming model\, and is directly applicable to almost every pa
 rallel computer architecture.\n\nParallel programming by definition involv
 es co-operation between processes to solve a common task. The programmer h
 as to define the tasks that will be executed by the processors\, and also 
 how these tasks are to synchronise and exchange data with one another. In 
 the message-passing model the tasks are separate processes that communicat
 e and synchronise by explicitly sending each other messages. All these par
 allel operations are performed via calls to some message-passing interface
  that is entirely responsible for interfacing with the physical communicat
 ion network linking the actual processors together. This course uses the d
 e facto standard for message passing\, the Message Passing Interface (MPI)
 . It covers point-to-point communication\, non-blocking operations\, deriv
 ed datatypes\, virtual topologies\, collective communication and general d
 esign issues.\n\nThe course is normally delivered in an intensive three-da
 y format using EPCC’s dedicated training facilities. It is taught using 
 a variety of methods including formal lectures\, practical exercises\, pro
 gramming examples and informal tutorial discussions. This enables lecture 
 material to be supported by the tutored practical sessions in order to rei
 nforce the key concepts.\n\nIntended Learning Outcomes\n\nOn completion of
  this course students should be able to:\n\n    Understand the message-pas
 sing model in detail.\n    Implement standard message-passing algorithms i
 n MPI.\n    Debug simple MPI codes.\n    Measure and comment on the perfor
 mance of MPI codes.\n    Design and implement efficient parallel programs 
 to solve regular-grid problems.\n\nPre-requisite Programming Languages:\n\
 nFortran\, C or C++. It is not possible to do the exercises in Java.\n\nht
 tps://events.prace-ri.eu/event/271/
SUMMARY:Message-Passing Programming with MPI @ EPCC
URL;VALUE=URI:https://events.prace-ri.eu/event/271/
END:VEVENT
END:VCALENDAR
