Outils

INFO4106 : Algorithmique et Programmation Parallèles et Distribuées

INFO4106 : Algorithmique et Programmation Parallèles et Distribuées

Parallel and distributed algorithms and programs

Responsable(s) :
  • Daniel Hirschkoff
Enseignant(s) :
  • Anne Benoit

Niveau

M1+M2

Discipline

Informatique

ECTS
6.00
Période
1e semestre
Localisation
Site Monod
Année
2022

Public externe (ouverts aux auditeurs de cours)

Informations générales sur le cours : INFO4106

Content objectif

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.