HDF5 utilities
my own Fortran high level interface for HDF5
List of all members
hdf5_utils_mpi::hdf_write_dataset Interface Reference

Generic interface to write a dataset Supported types. More...

Detailed Description

Generic interface to write a dataset Supported types.

Parameters
[in]loc_idlocal id in file, e.g. file_id, group_id
[in]dset_namename of dataset, NOTE: HDF5 assumes the dataset doesn't exist before !!
[in]arraydata array to be written
[in]chunks(optional, deprecated) chunk size for dataset
[in]filter(optional, deprecated) filter to use ('none', 'szip', 'gzip', 'gzip+shuffle')
[in]processor(optional, default=-1) processor that provides the data, -1 if the data is the same on all processors.

if processor != -1, the following options become useless

Parameters
[in]axis(optional, default=-1) dimension on which the data will be stacked, starting from 1

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