Basic HTML version of Foils prepared 16 Sept 1995

Foil 21 Distribution Directive in HPF

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


1 Syntax:
2 !HPF$ DISTRIBUTE distributee (dist-format)
3 [ONTO dist-target]
4 Allowed forms of dist-format:
  • *
  • BLOCK
  • CYCLIC
  • BLOCK(int-expr)
  • CYCLIC(int-expr)
5 Examples:
  • CHPF$ DISTRIBUTE TEMP(BLOCK,CYCLIC)
  • !HPF$ DISTRIBUTE FRED(BLOCK(10)) ONTO P
  • *HPF$ DISTRIBUTE (BLOCK,*) :: MYTEMPLATE

in Table To:


© on Tue Oct 7 1997