Fortran 90 Features in Subset HPF
-
All FORTRAN 77 except for storage and sequence association
-
Arithmetic and logical array features
-
array sections, array constructors, arithmetic and logical operations on whole arrays and array sections, array assignment, masked array assignments, array-valued external functions, automatic arrays, ALLOCATABLE arrays, POINTERS, TARGET, assumed shape arrays
-
intrinsic functions
-
INTERFACE blocks
|