hdf_flush Subroutine

private subroutine hdf_flush(self, ierr)

request operating system flush data to disk. The operating system can do this when it desires, which might be a while.

Arguments

Type IntentOptional AttributesName
class(hdf5_file), intent(in) :: self
integer, intent(out), optional :: ierr

Calls

proc~~hdf_flush~~CallsGraph proc~hdf_flush hdf_flush h5fflush_f h5fflush_f proc~hdf_flush->h5fflush_f proc~check check proc~hdf_flush->proc~check

Contents

None