ParallelIO
|
Variable description structure. More...
#include <pio.h>
Public Attributes | |
int | record |
The unlimited dimension in the netCDF file (typically the time dimension). More... | |
int | ndims |
Number of dimensions for this variable. More... | |
int * | request |
ID of each outstanding pnetcdf request for this variable. More... | |
int | nreqs |
Number of requests bending with pnetcdf. More... | |
void * | fillbuf |
Buffer that contains the fill value for this variable. More... | |
void * | iobuf |
??? | |
Variable description structure.
void* var_desc_t::fillbuf |
Buffer that contains the fill value for this variable.
int var_desc_t::ndims |
Number of dimensions for this variable.
int var_desc_t::nreqs |
Number of requests bending with pnetcdf.
int var_desc_t::record |
The unlimited dimension in the netCDF file (typically the time dimension).
-1 if there is no unlimited dimension.
int* var_desc_t::request |
ID of each outstanding pnetcdf request for this variable.