next up previous contents
Next: zio_from_iopes_double Up: Routine/Function Prologues Previous: zio_set_ndims_par

Module zio_remap (Source File: zio_remap.F90)

Module zio_remap provides procedures for remapping from and to I/O staging processes.

REVISION HISTORY:

       2003-Jan-31 -- first prototype
       2003-Jul-14 -- allowed multiple rectangular blocks per task
       2003-Aug-16 -- support single task mode: ZIO_SPMD undefined
INTERFACE:
       module zio_remap
USES:
         use zio_data
         implicit none
PUBLIC MEMBER FUNCTIONS:
         public :: zio_from_iopes
         public :: zio_from_iopes_double
         public :: zio_from_iopes_int
         public :: zio_from_iopes_real
         public :: zio_to_iopes
         public :: zio_to_iopes_double
         public :: zio_to_iopes_int
         public :: zio_to_iopes_real
 
         interface zio_from_iopes
           module procedure zio_from_iopes_int
           module procedure zio_from_iopes_real
           module procedure zio_from_iopes_double
         end interface
 
         interface zio_to_iopes
           module procedure zio_to_iopes_int
           module procedure zio_to_iopes_real
           module procedure zio_to_iopes_double
         end interface

\





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