![]() |
HDF5
1.10.10-1
|
Data Types | |
type | comp_datatype |
interface | h5_sizeof |
Functions/Subroutines | |
subroutine | write_test_status (test_result, test_title, total_error) |
subroutine | check (string, error, total_error) |
subroutine | h5_fixname_f (base_name, full_name, fapl, hdferr) |
subroutine | h5_cleanup_f (base_name, fapl, hdferr) |
subroutine | h5_exit_f (status) |
subroutine | h5_env_nocleanup_f (HDF5_NOCLEANUP) |
integer(c_size_t) function | h5_sizeof_cmpd (a) |
integer(c_size_t) function | h5_sizeof_chr (a) |
integer(c_size_t) function | h5_sizeof_i (a) |
integer(c_size_t) function | h5_sizeof_sp (a) |
integer(c_size_t) function | h5_sizeof_dp (a) |
Variables | |
integer, parameter | sp = SELECTED_REAL_KIND(5) |
integer, parameter | dp = SELECTED_REAL_KIND(10) |
subroutine th5_misc::check | ( | character(len=*) | string, |
integer | error, | ||
integer | total_error | ||
) |
subroutine th5_misc::h5_cleanup_f | ( | character(len=*), intent(in) | base_name, |
integer(hid_t), intent(in) | fapl, | ||
integer, intent(out) | hdferr | ||
) |
subroutine th5_misc::h5_env_nocleanup_f | ( | logical, intent(out) | HDF5_NOCLEANUP | ) |
subroutine th5_misc::h5_exit_f | ( | integer, intent(in) | status | ) |
subroutine th5_misc::h5_fixname_f | ( | character(len=*), intent(in) | base_name, |
character(len=*), intent(in) | full_name, | ||
integer(hid_t), intent(in) | fapl, | ||
integer, intent(out) | hdferr | ||
) |
integer(c_size_t) function th5_misc::h5_sizeof_chr | ( | character(len=1), intent(in) | a | ) |
integer(c_size_t) function th5_misc::h5_sizeof_cmpd | ( | type(comp_datatype), intent(in) | a | ) |
integer(c_size_t) function th5_misc::h5_sizeof_dp | ( | real(dp), intent(in) | a | ) |
integer(c_size_t) function th5_misc::h5_sizeof_i | ( | integer, intent(in) | a | ) |
integer(c_size_t) function th5_misc::h5_sizeof_sp | ( | real(sp), intent(in) | a | ) |
subroutine th5_misc::write_test_status | ( | integer, intent(in) | test_result, |
character(len=*), intent(in) | test_title, | ||
integer, intent(inout) | total_error | ||
) |
integer, parameter dp = SELECTED_REAL_KIND(10) |
integer, parameter sp = SELECTED_REAL_KIND(5) |