PIO  2.5.4
Functions/Subroutines
Get Local Array Size

Get the local size of the distributed array in a decomposition in Fortran. More...

Functions/Subroutines

integer function, public piolib_mod::pio_get_local_array_size (iodesc)
 IO descriptor structure. More...
 

Detailed Description

Get the local size of the distributed array in a decomposition in Fortran.

Function/Subroutine Documentation

◆ pio_get_local_array_size()

integer function, public piolib_mod::pio_get_local_array_size ( type(io_desc_t), intent(in)  iodesc)

IO descriptor structure.

Return the expected local size of an array associated with a decomposition.

Parameters
iodescthe decomposition. This structure defines the mapping for a given variable between compute and IO decomposition.
Author
Jim Edwards