FasTensor
1.0.0
Transform Supercomputing for AI
|
#include "ft_type.h"
#include "ft_endpoint.h"
#include "ft_xdmf.h"
#include <string>
#include <iostream>
#include <vector>
#include <math.h>
#include "hdf5.h"
Go to the source code of this file.
Classes | |
class | EndpointHDF5 |
Macros | |
#define | HDF5_ENABLE_MPI_IO 0 |
#define | HDF5_DISABLE_MPI_IO 1 |
#define | HDF5_ENABLE_COLLECTIVE_IO 2 |
#define | HDF5_DISABLE_COLLECTIVE_IO 3 |
#define | OP_ENABLE_MPI_IO HDF5_ENABLE_MPI_IO |
#define | OP_DISABLE_MPI_IO HDF5_DISABLE_MPI_IO |
#define | OP_ENABLE_COLLECTIVE_IO HDF5_ENABLE_COLLECTIVE_IO |
#define | OP_DISABLE_COLLECTIVE_IO HDF5_DISABLE_COLLECTIVE_IO |
#define HDF5_DISABLE_COLLECTIVE_IO 3 |
#define HDF5_DISABLE_MPI_IO 1 |
#define HDF5_ENABLE_COLLECTIVE_IO 2 |
#define HDF5_ENABLE_MPI_IO 0 |
Author: Bin Dong dbin@ Web: lbl. govhttps://crd.lbl.gov/bin-dong Scientific Data Management Research Group Lawrence Berkeley National Laboratory
#define OP_DISABLE_COLLECTIVE_IO HDF5_DISABLE_COLLECTIVE_IO |
#define OP_DISABLE_MPI_IO HDF5_DISABLE_MPI_IO |
#define OP_ENABLE_COLLECTIVE_IO HDF5_ENABLE_COLLECTIVE_IO |
#define OP_ENABLE_MPI_IO HDF5_ENABLE_MPI_IO |