Semantics:
-
Creates a dynamic 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
-
Array must have the DYNAMIC attribute
-
Ends any previous ALIGN or DISTRIBUTE for array
-
Communicates data already in array to its new home
-
Lasts until another REALIGN or REDISTRIBUTE for the same array
|