Message Passing Programming with MPI
Dates: 12-14 July 2017
Location: EPCC - University of Edinburgh
Lecture Slides
Unless otherwise indicated all material is Copyright © EPCC, The University of Edinburgh, and is only made available for private study.
Wednesday 12th July
- ARCHER and the training programme
- Overview of MPI course
- Message-Passing Concepts
- Parallel Traffic Modelling
- Parallel Traffic Modelling: solution
- MPI Programs
- MPI on Cirrus and ARCHER (only ARCHER relevant for this course)
- Point-to-Point Communication
- Communicators, Tags and Modes
Thursday 13th July
Friday 14th July
- Case Study
- Dynamic Memory Allocation in C
- MPI Quiz - enter the Room Name HPCQUIZ
- MPI Design
- MPI Scaling
Notes
Exercise Material
Unless otherwise indicated all material is Copyright © EPCC, The University of Edinburgh, and is only made available for private study.
- Traffic modelling exercise sheet
- Instructions for logging on, compiling and running on ARCHER
- Useful files and pieces of code: MPP-templates.tar
- MPI exercise sheet
- Detailed solutions to pi calculation example
- Simple example solutions to all exercises
- Case Study exercise sheet
- Case Study source code
- Simple Case Study solutions (serial)
- Simple Case Study solutions (parallel)
- Code for dynamic array allocation in C
- Serial and parallel solutions to the traffic model