[ HPF Home | Versions | Compilers | Projects | Publications | Applications | Benchmarks | Events | Contact ] |
Next: Example 4
Up: EXECUTE-ON-HOME and LOCAL-ACCESS Previous: Example 2
REAL A(N,N), B(N,N)
!HPF ALIGN WITH T:: A, B
!HPF EXECUTE (:,:) ON_HOME T(2:N,1:N-1)
A(1:N-1,2:N) = A(2:N,1:N-1) + B(2:N,1:N-1)
©2000-2006 Rice University | [ Contact Us | HiPerSoft | Computer Science ] |