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

zio_get_loff

INTERFACE:

         integer function zio_get_loff(distarray,ndims,nblks,loff)
DESCRIPTION:

Returns the global grid offsets 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) :: loff(ndims,nblks,0:*)

\



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