INFO4106 : Algorithmique et Programmation Parallèles et Distribuées
Parallel and distributed algorithms and programs
- Responsable(s) :
-
- Daniel Hirschkoff
Transition Écologique
- Enseignant(s) :
-
- Anne Benoit
Niveau
M1+M2
Discipline
Informatique
Public externe (ouverts aux auditeurs de cours)
Informations générales sur le cours : INFO4106
Parallelism is everywhere in computer science, since nowadays, each processor has multiple cores. In this course, we will teach how to design efficient parallel and distributed algorithms, and how to implement them through lab sessions. Classes discuss theoretical models used for the design and analysis and study of algorithms (complexity, algorithm definition and analysis, approximation algorithms, ...). There will also be tutorials and lab sessions to understand the concepts seen in class, and in particular there will be an initiation to parallel and distributed programs through MPI (Message Passing Interface). The evaluation is done through on-table exams and a programming homework.
The covered topics include sorting networks, PRAMs, algorithms on processor rings or grids, distributed algorithms, and task graph scheduling.
- Basic knowledge in algorithm design, NP-completeness, and approximation algorithms, see “Introduction to Algorithms”, by Cormen, Leiserson, Rivest, Stein, Chapters 15-16-34-35 (in 3rd edition).
- Programming skills in C: loops, arrays, pointers (must have already programmed, and if needed, follow the tutorial https://www.learn-c.org/ up to the chapter “Arrays and pointers").
- Ability to install Linux.
- Evaluation: Mid-term exam (ME),
- Programming Project (PP),
- Final exam (FE), and
- the final grade is computed as ME/6+PP/3+FE/2.
- 2h class per week,
- 2h tutorials/lab sessions,
Créneau(x)
- Lundi Matin
- Mercredi Matin
* 2h tutorials/lab sessions,
- Parallel Algorithms. H. Casanova, A. Legrand, Y. Robert. Chapman and Hall/CRC Press, 2008.
- Introduction to Distributed Algorithms. Gerard Tel. Second Edition, Cambridge University Press, 2000.
- Distributed Algorithms: An Intuitive Approach. Wan Fokkink. MIT Press, 2013.
- Scheduling and Automatic Parallelization. A. Darte, Y. Robert, F. Vivien. Birkhäuser, 2000.