Q. Illustrate processor arrangements?
HPF$ PROCESSORS P2 (4, 3)
!HPF$ TEMPLATE T2 (17, 20)
!HPF$ DISTRIBUTE T2 (BLOCK, *) ONTO P1
Means that first dimension of T2 would be distributed over P1 in block wise order however for a fixed value of the first index of T2, all values of the second subscript are mapped to the same processor.