next up previous contents
Next: Visualisation of * Distribution Up: Data Distribution Previous: Cyclic Distribution

 

2D Distribution Example

    PROGRAM Skwiffy
     IMPLICIT NONE
     REAL, DIMENSION(4,4)             :: A, B, C
!HPF$ PROCESSORS, DIMENSION(2,2)      :: P
!HPF$ DISTRIBUTE (BLOCK,CYCLIC) ONTO P :: A, B, C
      B = 1; C = 1; A = B + C
    END PROGRAM Skwiffy

tex2html_wrap28663

For more information, click here gif


next up previous contents
Next: Visualisation of * Distribution Up: Data Distribution Previous: Cyclic Distribution

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