NAME
     IANY

SYNOPSIS
     USE HPF_LIBRARY

     IANY(ARRAY, DIM, MASK)

DESCRIPTION
     IANY Computes a bitwise logical OR reduction along dimension
     DIM of ARRAY.

ARGUMENTS
     ARRAY
          must be of type integer. It must not be scalar.

     DIM  this is an optional argument.  If present, it  must  be
          scalar  and of type integer with a value in the range 1
          <= DIM <= n, where n is the rank of ARRAY.

     MASK is an optional argument.  If present, must be  of  type
          logical and must be conformable with ARRAY.

RESULT TYPE
     The result is of type integer with the same kind type param-
     eter as ARRAY.

SEE ALSO
     IALL.