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 undefinedINTERFACE:
module zio_remapUSES:
use zio_data
implicit nonePUBLIC 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
\