2 |
Thus Java needs (runtime and perhaps language) extension to support HPF/HPC++ like (shared memory model for programmer) data parallelism but "Java plus message passing" is already here
-
Most Examples of Java+MP are in Information arena (This is how you build Java Collaboratories) but scientific examples are emerging
-
We can do Java+MP for "Laplace Equation Jacobi Iteration" and this how we (Caltech) started hypercube work in 1981
-
Note that Fortran or C plus message passing (PVM,MPI) is dominant implementation technology for data parallelism over last ten years
|