Fault Tolerance Interface
FTIT_dataset Struct Reference

#include <fti.h>

Collaboration diagram for FTIT_dataset:

Public Attributes

int id
 
void * ptr
 
long count
 
FTIT_typetype
 
int eleSize
 
long size
 
int rank
 
int dimLength [32]
 
char name [FTI_BUFS]
 
FTIT_H5Grouph5group
 

Member Data Documentation

long FTIT_dataset::count

Number of elements in dataset.

int FTIT_dataset::dimLength[32]

Lenght of each dimention.

int FTIT_dataset::eleSize

Element size for the dataset.

FTIT_H5Group* FTIT_dataset::h5group

Group of this dataset

int FTIT_dataset::id

ID to search/update dataset.

char FTIT_dataset::name[FTI_BUFS]

Name of the dataset.

void* FTIT_dataset::ptr

Pointer to the dataset.

int FTIT_dataset::rank

Rank of dataset (for HDF5).

long FTIT_dataset::size

Total size of the dataset.

FTIT_type* FTIT_dataset::type

Data type for the dataset.


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