next up previous
Next: Data-parallel example: initialization Up: Experiments with ``HPJava'' Previous: MPI Interface

Parallel Arrays in Java

Currently, take a pure class library approach, similar to A++/P++, HPC++ parallel STL, Adlib, etc.

We parametrize an array by a member of the Array class, similar to an HPF template. Index ranges of array distributed over dimensions of process grid, represented by Procs class.

Parallel Java application written as a class extending library class Node: maintains some global information and provides collective operations on arrays.



Bryan Carpenter
Sun Jan 5 14:31:59 EST 1997