HDF5 utilities
my own Fortran high level interface for HDF5
|
Generic interface to read a dataset of doubles. More...
Generic interface to read a dataset of doubles.
Supported types
[in] | loc_id | local id in file, e.g. file_id, group_id |
[in] | dset_name | name of dataset |
[out] | array | array 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 |