SCORPIO  1.8.0
Data Types | Modules | Macros | Functions/Subroutines
spio_decomp.F90 File Reference

Miscellaneous SCORPIO APIs This file contains the SCORPIO APIs initialize and free I/O decompositions This file also includes misc APIs related to I/O decompositions. More...

Modules

module  spio_decomp
 

Macros

#define __PIO_FILE__   'spio_decomp.F90'
 

Functions/Subroutines

subroutine spio_decomp::pio_initdecomp_int (iosys, dt, gdims, map, iodesc, rearr, iostart, iocount, ierr)
 Initialize an I/O decomposition. More...
 
subroutine spio_decomp::pio_initdecomp_offset (iosys, dt, gdims, map, iodesc, rearr, iostart, iocount, ierr)
 Initialize an I/O decomposition. More...
 
subroutine spio_decomp::pio_initdecomp_bc (iosys, dt, gdims, mapstart, mapcount, iodesc, ierr)
 Initialize a block cyclic I/O decomposition. More...
 
subroutine spio_decomp::pio_freedecomp_ios (iosys, iodesc, ierr)
 Free an I/O decomposition associated with an I/O subsystem. More...
 
subroutine spio_decomp::pio_freedecomp_file (file, iodesc, ierr)
 Free an I/O decomposition associated with a file. More...
 
integer function, public spio_decomp::pio_get_local_array_size (iodesc, ierr)
 
subroutine spio_decomp::pio_readdof_int (fname, ndims, gdims, map, comm, ierr)
 Read an I/O decomposition from a file (saved using PIO_writedof()) More...
 
subroutine spio_decomp::pio_readdof_offset (fname, ndims, gdims, map, comm, ierr)
 Read an I/O decomposition from a file (saved using PIO_writedof()) More...
 
subroutine spio_decomp::pio_writedof_int (fname, gdims, map, comm, ioid, ierr)
 Write/Save an I/O decomposition. More...
 
subroutine spio_decomp::pio_writedof_offset (fname, gdims, map, comm, ioid, ierr)
 Write/Save an I/O decomposition. More...
 

Detailed Description

Miscellaneous SCORPIO APIs This file contains the SCORPIO APIs initialize and free I/O decompositions This file also includes misc APIs related to I/O decompositions.

Macro Definition Documentation

◆ __PIO_FILE__

#define __PIO_FILE__   'spio_decomp.F90'