next up previous contents
Next: DISTRIBUTE Directive Up: Data Distribution Previous: HPF Directives

 

PROCESSORS Declaration

Can declare a conceptual processor grid.

 !HPF$ PROCESSORS, DIMENSION(4)     :: P1
 !HPF$ PROCESSORS, DIMENSION(2,2)   :: P2
 !HPF$ PROCESSORS, DIMENSION(2,1,2) :: P3

All processor grids in the same program must have same SIZE.

Conceptual grids do not have to be the same shape as the underlying hardware.

For more information, click here gif


next up previous contents
Next: DISTRIBUTE Directive Up: Data Distribution Previous: HPF Directives

©University of Liverpool, 1997
Wed May 28 23:37:18 BST 1997
Not for commercial use.