|
PIO
2.5.4
|
Variable description structure. More...
#include <pio.h>
Public Attributes | |
| int | varid |
| Variable ID. | |
| int | rec_var |
| Non-zero if this is a record var (i.e. More... | |
| int | record |
| The record number to be written. More... | |
| int * | request |
| ID of each outstanding pnetcdf request for this variable. | |
| int | nreqs |
| Number of requests pending with pnetcdf. | |
| void * | fillvalue |
| Holds the fill value of this var. | |
| int | ndims |
| Number of dimensions for this var. | |
| int | use_fill |
| Non-zero if fill mode is turned on for this var. | |
| void * | fillbuf |
| Buffer that contains the holegrid fill values used to fill in missing sections of data when using the subset rearranger. | |
| int | pio_type |
| The PIO data type. | |
| int | pio_type_size |
| The size, in bytes, of the PIO data type. | |
| MPI_Datatype | mpi_type |
| The MPI type of the data. | |
| int | mpi_type_size |
| The size in bytes of a datum of MPI type mpitype. | |
| UT_hash_handle | hh |
| Hash table entry. | |
Variable description structure.
| int var_desc_t::rec_var |
Non-zero if this is a record var (i.e.
uses unlimited dimension).
| int var_desc_t::record |
The record number to be written.
Ignored if there is no unlimited dimension.
1.8.17