PIO
2.5.4
|
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... | |
Get the local size of the distributed array in a decomposition in Fortran.
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.
iodesc | the decomposition. This structure defines the mapping for a given variable between compute and IO decomposition. |