next up previous contents
Next: zio_get_me Up: Module zio_data (Source File: Previous: zio_get_lsize

zio_get_lsize_me

INTERFACE:

         integer function zio_get_lsize_me(distarray,ndims,lsize)
DESCRIPTION:

Returns the local grid sizes for all array dimensions for distributed array descriptor distarray on the current process.

REVISION HISTORY:

       2003-Jan-31 -- first prototype
       2003-Jul-14 -- modified for multiple rectangular blocks per task
USES:
         implicit none
INPUT PARAMETERS:
         integer, intent(in) :: distarray
         integer, intent(in) :: ndims
OUTPUT PARAMETERS:
         integer, intent(out) :: lsize(ndims,*)

\



Yun (Helen) He
Tue Dec 9 16:16:02 PST 2003