Please, help us to better know about our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.10.10-1
th5_misc Module Reference

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)
 

Function/Subroutine Documentation

◆ check()

subroutine th5_misc::check ( character(len=*)  string,
integer  error,
integer  total_error 
)

◆ h5_cleanup_f()

subroutine th5_misc::h5_cleanup_f ( character(len=*), intent(in)  base_name,
integer(hid_t), intent(in)  fapl,
integer, intent(out)  hdferr 
)

◆ h5_env_nocleanup_f()

subroutine th5_misc::h5_env_nocleanup_f ( logical, intent(out)  HDF5_NOCLEANUP)

◆ h5_exit_f()

subroutine th5_misc::h5_exit_f ( integer, intent(in)  status)

◆ h5_fixname_f()

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 
)

◆ h5_sizeof_chr()

integer(c_size_t) function th5_misc::h5_sizeof_chr ( character(len=1), intent(in)  a)

◆ h5_sizeof_cmpd()

integer(c_size_t) function th5_misc::h5_sizeof_cmpd ( type(comp_datatype), intent(in)  a)

◆ h5_sizeof_dp()

integer(c_size_t) function th5_misc::h5_sizeof_dp ( real(dp), intent(in)  a)

◆ h5_sizeof_i()

integer(c_size_t) function th5_misc::h5_sizeof_i ( integer, intent(in)  a)

◆ h5_sizeof_sp()

integer(c_size_t) function th5_misc::h5_sizeof_sp ( real(sp), intent(in)  a)

◆ write_test_status()

subroutine th5_misc::write_test_status ( integer, intent(in)  test_result,
character(len=*), intent(in)  test_title,
integer, intent(inout)  total_error 
)

Variable Documentation

◆ dp

integer, parameter dp = SELECTED_REAL_KIND(10)

◆ sp

integer, parameter sp = SELECTED_REAL_KIND(5)