Skip to content

Sample code for a tutorial at an Ada Europe 2021 tutorial on parallel shared memory programming.

Notifications You must be signed in to change notification settings

janverschelde/AdaEuropeTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdaEuropeTutorial

The four folders correspond to the four parts of an online tutorial, at the Ada Europe 2021 conference, on 7 June 2021, about programming parallel shared memory computers.

  1. Introduction: declaring and defining tasks that execute in parallel.

  2. WorkCrew: tasks collaborate to process a queue of jobs.

  3. Pipelining: delegating work in a pyramid pipeline of tasks.

  4. Sychronization: arrays of producers and consumers synchronize with a shared data structure.

The code was developed with the GNAT Community compiler.

About

Sample code for a tutorial at an Ada Europe 2021 tutorial on parallel shared memory programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published