Basic HTML version of Foils prepared
16 Sept 1995
Foil 9 Syntax of HPF Directives
From
HPFtutorial CPS615 Basic Simulation Track for Computational Science --
Fall Semester 95
.
by
Geoffrey C. Fox(Tomasz Haupt)
HPF directives are consistent with Fortran 90 syntax except for the directive prefix:
!HPF$
CHPF$
*HPF$
Two forms of the directives are allowed
Specification statements, such as
!HPF DISTRIBUTE MYTEMPLATE(BLOCK) ONTO P
Equivalent Attributed form, such as,
!HPF DISTRIBUTE (BLOCK) ONTO P :: MYTEMPLATE
©
on Tue Oct 7 1997