Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 470 Bytes

File metadata and controls

18 lines (9 loc) · 470 Bytes

Distributed Programming (MPI)

Here you can find various examples of using the Message Passing Interface in C++.

Concepts you can find here :

  • send / receive routines
  • gather / scatter / barrier routines
  • dynamic task assignment and load balancing

Implementation of the hill climbing optimisation tehnique in a distributed environment.