Procedure Calls in INDEPENDENT Loops
Call non - pure subprograms from parallel loops
- When all communication can be generated at caller sites
- INTENT attribute is extended so that array access region can be specified
intent (inout) :: A(1:100,K)
- Existing F77 routines can be used in the parallelization with HPF