dm_hdf5_file_free Function

public function dm_hdf5_file_free(file, free_space) result(rc)

Returns amount of free space within a file in argument free_space.

The function returns the following error codes:

  • E_INVALID if the passed HDF5 file is not opened.
  • E_HDF5 if the HDF5 library call failed.

Arguments

Type IntentOptional Attributes Name
type(hdf5_file_type), intent(inout) :: file

HDF5 file type.

integer(kind=i8), intent(out) :: free_space

Free space in bytes.

Return Value integer


Calls

proc~~dm_hdf5_file_free~~CallsGraph proc~dm_hdf5_file_free dm_hdf5_file_free h5fget_freespace_f h5fget_freespace_f proc~dm_hdf5_file_free->h5fget_freespace_f