Next:
PHYSICAL_TO_ABSTRACT(ARRAYPROC, INDEX) Up: HPF Local Routine Previous: GLOBAL_UBOUND(ARRAYDIM)

ABSTRACT_TO_PHYSICAL(ARRAY, INDEX, PROC)

Description. Returns processor identification for the physical processor associated with a specified abstract processor relative to a global 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.

INDEX must be a rank-1 integer array containing the coordinates of an abstract processor in the processors arrangement onto which the global HPF array is mapped. It is an INTENT(IN) argument. The size of INDEX must equal the rank of the processors arrangement.

PROC must be scalar and of type integer. It is an INTENT(OUT) argument. It receives the identifying value for the physical processor associated with the abstract processor specified by INDEX.


paula@erc.msstate.edu
Thu Dec 8 16:17:11 CST 1994