- ......
- In the inital implementation, the element type is
restricted to the Java primitive types.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...calls
- By default
Fortran array subscripts starts from 1, while HPJava global subscripts always
start from 0.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...HPF
- The program must meet SPMD constraints, eg,
only the owner of an element can access that data. Runtime checking
can be added automatically to ensure such conditions are met.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.