ParallelIO
Public Attributes | List of all members
var_desc_t Struct Reference

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
 ???
 

Detailed Description

Variable description structure.

Member Data Documentation

§ fillbuf

void* var_desc_t::fillbuf

Buffer that contains the fill value for this variable.

§ ndims

int var_desc_t::ndims

Number of dimensions for this variable.

§ nreqs

int var_desc_t::nreqs

Number of requests bending with pnetcdf.

§ record

int var_desc_t::record

The unlimited dimension in the netCDF file (typically the time dimension).

-1 if there is no unlimited dimension.

§ request

int* var_desc_t::request

ID of each outstanding pnetcdf request for this variable.


The documentation for this struct was generated from the following file: