Skip to content

Releases: merdmann/Collaboration

Release of the Collaboration Package Version 1.0.1c

17 Nov 09:50

Choose a tag to compare

From the functional point nothing has been added but the bench marking scripting has been cleaned up.

Release of the Collaboration Package Version 1.0.1b

21 Aug 19:53

Choose a tag to compare

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.

Release of the Collaboration Package Version 1.0.1a

18 Aug 18:27

Choose a tag to compare

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.

Initial Release

18 Aug 18:13

Choose a tag to compare

Initial Release Pre-release
Pre-release

Collaboration 1.0.1 provides a simple Ada framework for parallelisation of computing tasks . This frame work can be applied to all situations where it is possible to break down the result set into partitions which can be calculated independently of other partitions.

The release platform is Linux.