[ HPF Home | Versions | Compilers | Projects | Publications | Applications | Benchmarks | Events | Contact ] |
Description. Converts a set of local coordinates within a local
dummy array to an equivalent set of global coordinates within
the associated global HPF actual argument array.
Class. Subroutine.
Arguments.
ARRAY may be of any type; it must be a dummy array that is associated with a global HPF array actual argument. It is an INTENT(IN) argument.
L_INDEX must be a rank-1 integer array whose size is equal to the rank of ARRAY. It is an INTENT(IN) argument. It contains the coordinates of an element within the local dummy array ARRAY.
G_INDEX must be a rank-1 integer array whose size
is equal to the rank of ARRAY.
It is an INTENT(OUT) argument.
It receives the coordinates within the global
HPF array actual argument of the element
identified within the local array by
L_INDEX.
©2000-2006 Rice University | [ Contact Us | HiPerSoft | Computer Science ] |