326.295, KV Parallel Computing, Wolfgang Schreiner / Alois Zoitl, 2025S
Section outline
-
342.295, Tuesday, 8:30-11:00, S3 057, Start: March 4, 2025
This course introduces basic techniques and models for parallel computing. We will discuss the basic theory, algorithms, programming models, and design principles for building parallel programs on multi-core processors, shared memory multiprocessors, and distributed memory multiprocessors respectively cluster systems. Class presentation will be accompanied by hands-on experience, e.g., on an SGI UV-1000 distributed shared memory multiprocessor.
Background in programming in C/C++ and Java is assumed. Course grades will be based on practical programming assignments.
-
As an extra service, we intend to live-stream and record the lectures via the following Zoom meeting. However, no guarantee is given with respect to completeness and quality of the stream/recordings. The basic course format is on-site, not hybrid.
On-site participation in all presentation sessions is mandatory.
-
The (preliminary) course schedule is as follows:
- March 4 (Schreiner): Parallel Architectures and Performance.
- March 11 (Zoitl): Parallel Algorithms and Complexity.
- March 18 (Schreiner): Concurrency in Java and OpenMP.
- March 25 (Zoitl): Shared Memory Programming.
- April 1 (Zoitl): Lockless Data Structures and Work Stealing.
- April 8 (Schreiner): Designing Parallel Programs.
- April 29 (Schreiner): Presentations of Solutions 1.
- May 6 (Schreiner): Message Passing Programming with MPI.
- May 13 (Zoitl): Presentation of Solutions 2.
- May 20 (Zoitl): Parallel Computing With Modern C++.
- June 3 (Schreiner): Presentations of Solutions 3.
- June 17 (Zoitl): Presentation of Solutions 4.
Individual meetings may be organized for discussing the assignments.
-
We will hand out four assignments that have to be worked out individually. At least three assignments have to be turned in and graded positively to pass the course. Submitters may be asked for presentations of their solutions; be prepared to give at least one such presentation.