1 |
Syntax:
-
!HPF$ ALIGN array(source-list) WITH target(subscript-list )
-
!HPF$ ALIGN(source-list) WITH target(subscript-list) :: array-list
|
2 |
Semantics:
-
Creates a relationship between array and target so that for all values of the source-list variables, array(source-list) and target(subscript-list) are stored on the same processor
-
Only target can be distributed explicitly
|
3 |
Options for subscript-list
-
Linear function of one source-list variable
-
Triplet notation
-
Must match ³:² in source-list
-
Element-wise matching as in array assignment
-
* (Replication)
|