Postgraduate Course: Message Passing Programming (PGPH11035)
Course Outline
School | School of Physics and Astronomy |
College | College of Science and Engineering |
Course type | Standard |
Availability | Not available to visiting students |
Credit level (Normal year taken) | SCQF Level 11 (Postgraduate) |
Credits | 10 |
Home subject area | Postgraduate (School of Physics and Astronomy) |
Other subject area | None |
Course website |
http://www.epcc.ed.ac.uk/msc/ |
Taught in Gaelic? | No |
Course description | The world's largest supercomputers are used almost exclusively to run applications which are parallelised using Message Passing. This course covers all the basic knowledge required to write parallel programs using this programming model, and is directly applicable to almost every parallel computer architecture.
Parallel programming by definition involves co-operation between many separate tasks to solve a common problem. The programmer has to define the tasks that will be executed by each of the parallel processors, and also how these tasks are to synchronise and exchange data with one another. In the message-passing model, each task is a separate operating system process; these processes communicate and synchronise by explicitly sending each other messages. All these parallel operations are performed via explicit calls to some message-passing library that is entirely responsible for interfacing with the physical communication network linking the processors together.
This course uses the de facto standard for message-passing libraries: the Message Passing Interface (MPI). The syllabus covers: the message-passing model; compiling MPI programs; point-to-point communication; non-blocking operations; derived datatypes; virtual topologies; collective communication; high-level MPI design issues. Each topic is illustrated with a small practical programming example. At the end of the course there is a more substantial Case Study exercise in parallel image processing which uses all the techniques covered in the lectures. |
Entry Requirements (not applicable to Visiting Students)
Pre-requisites |
|
Co-requisites | |
Prohibited Combinations | |
Other requirements | Only postgraduates or final year MPhys students with suitable computational background, subject to space restrictions and agreement with relevant Programme Coordinator. |
Additional Costs | None |
Course Delivery Information
Not being delivered |
Summary of Intended Learning Outcomes
On completion of this course students should be able to:
- Understand the message-passing model in detail.
- Implement standard message-passing algorithms in MPI.
- Debug simple MPI codes.
- Measure and comment on the performance of MPI codes.
- Design and implement efficient parallel programs to solve regular-grid problems. |
Assessment Information
100% coursework
|
Special Arrangements
None |
Additional Information
Academic description |
Not entered |
Syllabus |
Not entered |
Transferable skills |
Not entered |
Reading list |
Not entered |
Study Abroad |
Not entered |
Study Pattern |
Not entered |
Keywords | Not entered |
Contacts
Course organiser | Dr Judy Hardy
Tel: (0131 6)50 6716
Email: |
Course secretary | Yuhua Lei
Tel: (0131 6) 517067
Email: |
|
|