XcalableMP / Specification

Specification of XcalableMP
0 stars 0 forks source link

パイプライン並列化 #55

Open h-murai opened 7 years ago

h-murai commented 7 years ago

loop指示文のpipeline節に依る。

!$xmp loop on t(i) pipeline(a/1/)
do i = 2, 100
  a(i) = a(i) + a(i-1)
end do