Basic HTML version of Foils prepared 16 Sept 1995

Foil 18 General Alignments in HPF

From HPFtutorial CPS615 Basic Simulation Track for Computational Science -- Fall Semester 95. by Geoffrey C. Fox(Tomasz Haupt)


1 HPF allows for more general alignments such as:
  • REAL, ARRAY(5,8) :: A,B
2 !HPF$ TEMPLATE T(12,12)
3 !HPF$ ALIGN A(:,J) WITH T(:,J+1)
4 !HPF$ ALIGN B(I,J) WITH T(I+4,J+4)
5 But nobody is clear if they are useful!

in Table To:


© on Tue Oct 7 1997