Controlling the execution of parallel algorithms in Ada

Abstract:

Tasking in Ada provides an effective tool for shared memory parallelism. An any time algorithm is an algorithm that, given some more resources, will improve the accuracy of an estimate. For example, consider the estimation of Pi by a Monte Carlo method. With multitasking, the status of the running of an any time algorithm can be monitored without interrupts. The programming concepts will be illustrated with examples of algorithms in polyhedral geometry. The demonstrated code belongs to the free and open source PHCpack, at https://github.com/janverschelde/PHCpack.

Ada devroom, FOSDEM 2019, 2 February, Brussels, Belgium

slides of the talk