◆ hdf_get_dims_4()
subroutine hdf5_utils_mpi::hdf_get_dims::hdf_get_dims_4 |
( |
integer(hid_t), intent(in) |
loc_id, |
|
|
character(len=*), intent(in) |
dset_name, |
|
|
integer, dimension(:), intent(out) |
dims |
|
) |
| |
|
private |
get the dimensions of a dataset
- Parameters
-
[in] | loc_id | location id |
[in] | dset_name | name of dataset |
[out] | dims | dimensions of the dataset |
◆ hdf_get_dims_8()
subroutine hdf5_utils_mpi::hdf_get_dims::hdf_get_dims_8 |
( |
integer(hid_t), intent(in) |
loc_id, |
|
|
character(len=*), intent(in) |
dset_name, |
|
|
integer(hsize_t), dimension(:), intent(out) |
dims |
|
) |
| |
|
private |
get the dimensions of a dataset
- Parameters
-
[in] | loc_id | location id |
[in] | dset_name | name of dataset |
[out] | dims | dimensions of the dataset |
The documentation for this interface was generated from the following file:
- /home/hluo171851/Git/HDF5_utils/hdf5_utils_mpi.f90