Extract sections (subarrays) of arrays as u(lb:ub:step)
|
masked (conditional) Array operations using WHERE .... ELSEWHERE |
Can still do Fortran77 array element operations (DO Loops) but of course this might not be interpretable for efficient parallelism by HPF compiler |
Note Fortran90 designed for science and engineering with originally special concern for vector supercomputers but Cray supports F77 better than F90(!) |