Parallel Programming
Volledige vakbeschrijving
Parallel programming introduces the students to the paradigm of parallel computing on a computer. Nowadays almost all computer systems include so-called multi-core chips. Hence in order to exploit the full performance of such systems one needs to employ parallel programming. This course covers shared-memory parallelization with Open MP and java- Threads as well as parallelization with message passing on distributed- memory architectures with MPI. The course starts with a recap of the programming language C followed by a brief theoretical introduction to parallel computing. Next the course treats theoretical aspects like MPI communication, race conditions, deadlocks, effi-ciency as well as the problem of serialization. This course is accompanied by practical labs in which the students have the opportunity to apply the newly acquired concepts. After completing this course students will be able to write parallel programs with MPI and open MP on a basic level, and deal with any difficulties they may encounter.Voorwaarden
Programming experience. The examples and exercises will be given in C, however any C/C++ or Java programmer will be able to solve these.Aanbevolen literatuur
Parallel programming with MPI; Peter Pacheco; Morgan Kaufmann (1996); www.cs.usfca.edu/mpi/ (a very early revision is available online)KEN3235
Periode 2
28 okt 2024
13 dec 2024
Studiepunten:
4.0Taal van de opleiding:
EngelsCoördinator:
Onderwijsmethode:
PBLEvaluatiemethoden:
Written exam