Next: Pure Function Example
Up: Data Parallel Execution
Previous: Pure Procedures
Must follow certain rules:
- FUNCTION dummy arguments must possess the
INTENT(IN) attribute,
SUBROUTINE dummys not restricted, - local objects cannot be SAVE d,
- dummy arguments cannot be aligned to global objects,
- no PAUSE or STOP statement,
- other procedure invocations must be PURE.
For more information, click here
Next: Pure Function Example
Up: Data Parallel Execution
Previous: Pure Procedures
Adam Marshall ©University of Liverpool, 1996
Fri Dec 6 18:56:08 GMT 1996Not for commercial use.