INTERFACE:
integer function zio_get_zdim_size(iocomm,gsize,zstart,zcount, &
& niopes)
DESCRIPTION:Returns ``Z'' dimension's offset and size on an I/O staging process. A zero is returned for zcount if the current process is not an I/O staging process.
REVISION HISTORY:
2003-Jul-14 -- created
2003-Aug-16 -- support single task mode: ZIO_SPMD undefinedUSES:
implicit noneINPUT PARAMETERS:
integer, intent(in) :: iocomm, gsize
integer, intent(in), optional :: niopesOUTPUT PARAMETERS:
integer, intent(out) :: zstart, zcount
\