Fault Tolerance Interface
|
#include <fti.h>
Public Attributes | |
int | id |
void * | ptr |
long | count |
FTIT_type * | type |
int | eleSize |
long | size |
int | rank |
int | dimLength [32] |
char | name [FTI_BUFS] |
FTIT_H5Group * | h5group |
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.