Basic HTML version of Foils prepared
17 Sept 1996
Foil 58 Intrinsic functions in HPF
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
1
elemental
examples:
A = SIN(X)
FORALL (i=1:100:2) A(i) = EXP(A(i))
2
transformational and inquiry functions
Fortran 90
SUM, PRODUCT, ANY, DOTPROD, EOSHIFT, MAXVAL, ...
HPF
system inquiry functions:
NUMBER_OF_PROCESSORS,
PROCESSORS_SHAPE
extensions of MAXLOC and MINLOC, ILEN
HPF library
in Table To:
©
on Tue Oct 7 1997