INTERFACE:
integer function zio_get_io_rank(iocomm,rank,io_rank)DESCRIPTION:
Returns the process rank in I/O staging communicator object iocomm of process rank.
REVISION HISTORY:
2003-Jan-31 -- first prototype
2003-Aug-16 -- support single task mode: ZIO_SPMD undefinedUSES:
implicit noneINPUT PARAMETERS:
integer, intent(in) :: iocomm
integer, intent(in) :: rankOUTPUT PARAMETERS:
integer, intent(out) :: io_rank
\