More Examples of DISTRIBUTE
REAL a(12,12), b(12,12),
REAL c(12,12), d(12,12)
!HPF$ PROCESSORS p(6,1), q(2,3)
!HPF$ PROCESSORS r(3,2), s(1,6)
!HPF$ DISTRIBUTE a(BLOCK,BLOCK)ONTO p
!HPF$ DISTRIBUTE b(BLOCK,BLOCK)ONTO q
!HPF$ DISTRIBUTE c(BLOCK,BLOCK)ONTO r
!HPF$ DISTRIBUTE d(BLOCK,BLOCK)ONTO s
Previous slide
Next slide
Back to first slide
View graphic version