Basic HTML version of Foils prepared
17 Sept 1996
Foil 32 Examples of Align Directive
From
New CPS615HPF and Fortran90 Discussion Sept 17 96 Basic Simulation Track for Computational Science CPS615 --
Fall Semester 96
.
by
Geoffrey C. Fox, Tom Haupt
Note a colon(:) in directive denotes all values of array index
Examples of array indices:
CHPF$ ALIGN A(i) WITH B(i)
*HPF$ ALIGN (i,j) WITH TEMPL(i,j) :: A, B
Use of : examples:
!HPF$ ALIGN A(:) WITH B(:)
CHPF$ align (:,:) WITH TEMPL(:,:) :: A, B
©
on Tue Oct 7 1997