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
©University of Liverpool, 1997
Wed May 28 23:37:18 BST 1997Not for commercial use.