| | Introduction to Parallel and Distributed Computing (326.603, SS 2010)
Time: Monday, 8:30-10:00, Room: T 642, Start: March 1, 2010
The efficient application of parallel and distributed systems (multi-processors and computer networks) is nowadays an important task for computer scientists and mathematicians. The goal of this course is to provide an integrated view of the various facets of software development on such systems: hardware architectures, programming languages and models, software development tools, software engineering concepts and design patterns, performance modeling and analysis, experimenting and measuring.
Class presentation will be accompanied by hands-on experience on an SGI Altix 4700 distributed shared memory multiprocessor using the following programming models:
Some background in programming in C/C++ and/or Fortran and/or Java is assumed. Course grades will be based on a couple of programming exercises. To take part in the course, you have to enrol in the KUSSS system. Since the exercises will be submitted via Moodle, you also have to login in Moodle and register as a course participant. You will then also receive per email all messages posted in the News forum.
| |
| 1 | Topics
- Introduction
- The SGI Altix System
- Semi-Automatic Parallelization
- Performance of Parallel Programs
- Multi-Threaded Client/Server Programming
- Parallel Program Design
- The Message Passing Interface MPI
- Distributed Memory Algorithms
Literature
Ian Foster: Designing and Building Parallel Programs -- Concepts and Tools for Parallel Software Engineering, Addison Wesley, Reading, MA, 1995. Amazon page. Michael J. Quinn: Parallel Programming in C with with MPI and OpenMP, McGraw-Hill, New York, 2003. Source code, Amazon page. Kai Hwang: Advanced Computer Architecture: Parallelism, Scalability, Programmability, McGraw-Hill, New York, 1993. Amazon page. Restricted MaterialThe password to this section is handed out in class.
| 
|
| 2 | Introduction
A quick cross-section of the course.
| 
|
| 5 | | 
|
| 6 | Multi-Threaded Client/Server Programming
Developing Internet-based parallel programs by simple language/operating system mechanisms.
| 
|
| 7 | | 
|
| 8 | | 
|
| 9 | Distributed Memory Algorithms
Some algorithms for distributed memory processors.
| 
|
| 10 | Exercises Four programming/benchmarking exercises will be handed out which will be used for grading.
| 
|