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

Generic interface to read a dataset of doubles. More...

Detailed Description

Generic interface to read a dataset of doubles.

Supported types

Parameters
[in]loc_idlocal id in file, e.g. file_id, group_id
[in]dset_namename of dataset
[out]arrayarray to read data into
[in]offset(optional) offset of the portion of data in file for each processor when reading in parallel. If data is being read with different number of processors than originally written, you must provide this argument. You may use hdf_set_even_offset to set it
[in]non_parallel(optional, default: .false.) set true to read the whole dataset into each processor even if it was written by part

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