Skip to content

Tutorial of MPI for the NSDS course at Politecnico di Milano

Notifications You must be signed in to change notification settings

margara/NSDS_MPI_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MPI tutorial

Tutorial of MPI for the NSDS course at Politecnico di Milano

Available examples

  • Hello world
  • Single receive: check use of resources
  • Deadlock: exemplify possible deadlocks
    • Separate files show different strategies to avoid deadlocks
  • Ping pong: send and receive between two processes
  • Ring: send and receive between many processes
  • Probe: dynamically receive with probe
  • Distributed average computation: gather and scatter
  • Array filter: broadcast, probe
  • Character count: more complex example that shows the complexity of data shuffle

About

Tutorial of MPI for the NSDS course at Politecnico di Milano

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages