Parallel IT -- True Object Oriented Parallelisation
This project is dedicated to tools, libraries and language enhancements for the parallelisation of object oriented (OO) applications. Based on three new concepts: Parallel Iterator, Parallel Task and Pyjama, the project is currently divided into three corresponding sub-projects, see below. They provide good parallelisation performance, while adhering to OO concepts, with a unique focus on interactive GUI applications.
Implementations in and for Java are Open Source (GPL).
This is a project of the Parallel and Reconfigurable Computing Group at UoA.
Parallel Task is a technology that elegantly integrates task parallelism into Object Oriented languages,
in particular Java. This is done in a Software Engineering approach, using only a few new keywords and a
unifying task approach. It consists of a source-to-source compiler and a supporting runtime system to automatically and efficiently schedule and manage tasks and processors.
Pyjama is a Java implementation of OpenMP-like directives and runtime routines. It consists of the Pyjama compiler and the supporting runtime.
PARCutils integrates utilities that can be used by any parallel processing framework including the ones developed by Parallel and Reconfigurable Computing Group: ParallelTask, Pyjama. These utilities can be listed as follows.