next up previous contents
Next: zio_get_lsize_me Up: Module zio_data (Source File: Previous: zio_get_loff_me

zio_get_lsize

INTERFACE:

         integer function zio_get_lsize(distarray,ndims,nblks,lsize)
DESCRIPTION:

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

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
         integer, intent(in) :: nblks
OUTPUT PARAMETERS:
         integer, intent(out) :: lsize(ndims,nblks,0:*)

\



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