INTERFACE:
integer function zio_new_iocomm(iocomm,niopes)DESCRIPTION:
Create an I/O staging communicator object with a staging communicator made of the first niopes processes.
REVISION HISTORY:
2003-Jan-31 -- first prototype
2003-Aug-16 -- support single task mode: ZIO_SPMD undefinedUSES:
implicit noneOUTPUT PARAMETERS:
integer, intent(out) :: iocomm ! communicator obj IDINPUT PARAMETERS:
integer, intent(in) :: niopes ! # of I/O staging processes;
! overridden by 1 for non-SPMD
\