Placement of data and computation
HPF allows intricate control over placement of array elements, through mapping directives.
HPF 1.0 allows no direct control over placement of computation. Compiler should infer good place to compute, according to location of operands (eg, “owner computes” heuristic).