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_wrap44921

For more information, click here gif


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

Adam Marshall ©University of Liverpool, 1996
Fri Dec 6 18:56:08 GMT 1996
Not for commercial use.