next up previous contents
Next: F77_ABSTRACT_TO_PHYSICAL(ARRAYINDEX, PROC) Up: Local FORTRAN 77 Inquiry Routines Previous: F77_GLOBAL_DISTRIBUTION (DISTRIBUTEEAXIS_TYPE, AXIS_INFO,

F77_GLOBAL_TEMPLATE (ALIGNEE, TEMPLATE_RANK, LB, UB, AXIS_TYPE, AXIS_INFO, NUMBER_ALIGNED, DYNAMIC)

Description.              This is a FORTRAN 77-callable version of the HPF_LOCAL subroutine GLOBAL_TEMPLATE.
                                  All but the first are INTENT (OUT) arguments whose
                                  return values are as specified by the corresponding HPF routine.

Arguments.
 
ALIGNEE is a dummy argument passed in from global HPF. It is an INTENT (IN) argument. 
TEMPLATE_RANK  is a scalar integer of default kind. 
LB, UB, AXIS_INFO  are integer arrays of rank one. Their size must be at least equal to the rank of the align-target to which the global HPF array associated with ALIGNEE is ultimately aligned. 
AXIS_TYPE  is a CHARACTER*10 array of rank one. Its size must be at least equal to the rank of the align-target to which the global HPF array associated with ALIGNEE is ultimately aligned. 
NUMBER_ALIGNED  is a scalar integer of default kind. 
DYNAMIC  is a scalar logical.