next up previous contents
Next: zio_new_iocomm_member Up: Module zio_data (Source File: Previous: zio_new_iocomm

zio_new_iocomm_incl

INTERFACE:

         integer function zio_new_iocomm_incl(iocomm,n,ranks)
DESCRIPTION:

Create an I/O staging communicator object with a staging communicator made of the processes whose ranks are specified by ranks(1:n).

REVISION HISTORY:

       2003-Jan-31 -- first prototype
       2003-Aug-16 -- support single task mode: ZIO_SPMD undefined
USES:
         implicit none
OUTPUT PARAMETERS:
         integer, intent(out) :: iocomm    ! communicator obj ID
INPUT PARAMETERS:
         integer, intent(in) :: n          ! # of I/O staging processes in comm
         integer, intent(in) :: ranks(n)   ! ranks

\



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