Introduction to Parallel and Distributed Computing (SS 2008)
Section outline
-
Introduction to Parallel and Distributed Computing (326.603, SS 2008)
Time: Monday 8:30-10:00.
Room: T 642
Start: March 3, 2008.
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 a SGI Altix 4000 distributed shared memory multiprocessor using the following programming models:
- Auto-parallelizing compiler (Intel C/C++ or Fortran),
- Java networking and multi-threading API,
- Message Programming Interface (MPI-C/C++ or Fortran).
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.
- Auto-parallelizing compiler (Intel C/C++ or Fortran),
-
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
Ian Foster: Designing and Building Parallel Programs -- Concepts and Tools for Parallel Software Engineering, Addison Wesley, Reading, MA, 1995. Amazon page.Restricted Material
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.
The password to this section is handed out in class.
-
Introduction
A quick cross-section of the course.
-
The SGI Altix System
Architecture and operating system.
-
Semi-Automatic Parallelization
Basic concepts and their application on the Altix; material partially taken from the SGI developer documentation.
-
Performance of Parallel Programs
Modeling and analyzing the performance of parallel programs, some material from Chapter 3 of Foster's Designing and Building Parallel Programs.
- Presentation
- Figures (restricted)
-
Multi-Threaded Client/Server Programming
Developing Internet-based parallel programs by simple language/operating system mechanisms.
- Alle Fäden in der Hand (in German)
- Sockets - The GNU C Library
- Thread-Level Parallelism (Section from "Topics in IRIX Programming")
- Java networking and multi-threading API
- Numerische Aufgaben mit Java lösen (restricted)
-
Parallel Program Design
The engineering of parallel programs based on Chapter 2 of Foster's Designing and Building Parallel Programs.- Presentation
- Figures (restricted)
-
The Message Passing Interface MPI
Programming in MPI based on Chapter 8 of Foster's Designing and Building Parallel Programs.
-
Distributed Memory Algorithms
Some algorithms for distributed memory processors.
- Presentation
- Figures (restricted)
-
Exercises
Four programming/benchmarking exercises will be handed out which will be used for grading.