-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Michael Erdmann edited this page Aug 19, 2013
·
9 revisions
Collaboration 1.0.1a is a simplistic Ada framework which allows to speed up computing task by applying a simple parallelism scheme. The framework is not intended to solve all problems of parallelism but it can be applied to all situations where it is possible to break down the result set into disjunct partitions which can be calculated independently of other partitions.
The software is in a rather early stage; so it lacks good documentation, error handing and a system wide installation procedure.