NAME
     HPF_ALIGNMENT

SYNOPSIS
     USE HPF_LIBRARY

     HPF_ALIGNMENT(ALIGNEE, LB, UP, STRIDE, AXIS_MAP,
     IDENTITY_MAP, DYNAMIC, NCOPIES)

DESCRIPTION
     HPF_ALIGNMENT Returns information regarding  the  correspon-
     dence of a variable and the align-target (array or template)
     to which it is ultimately aligned.

ARGUMENTS
     ALIGNEE
          may be of any type.

     LB   This is an optional  argument.   It  must  be  of  type
          default integer and of rank one.

     UB   This is an optional  argument.   It  must  be  of  type
          default integer and of rank one.

     STRIDE
          This is an optional  argument.   It  must  be  of  type
          default integer and of rank one.

     AXIS_MAP
          This is an optional  argument.   It  must  be  of  type
          default integer and of rank one.

     IDENTITY_MAP
          This is an optional  argument.   It  must  be  of  type
          default logical and of rank one.

     DYNAMIC
          This is an optional  argument.   It  must  be  of  type
          default logical and scalar.

     NCOPIES
          This is an optional  argument.   It  must  be  of  type
          default integer and scalar.

SEE ALSO