scalar_test Program

Uses

  • program~~scalar_test~~UsesGraph program~scalar_test scalar_test module~h5fortran h5fortran program~scalar_test->module~h5fortran iso_fortran_env iso_fortran_env program~scalar_test->iso_fortran_env hdf5 hdf5 program~scalar_test->hdf5 module~h5fortran->iso_fortran_env module~h5fortran->hdf5 iso_c_binding iso_c_binding module~h5fortran->iso_c_binding h5lt h5lt module~h5fortran->h5lt

write scalar tests vector

create then write test rewrite read

read casting -- real to int and int to real 1D vector read write 1D vector read casting -- real to int and int to real check filename property


Contents


Variables

Type AttributesNameInitial
type(hdf5_file) :: h
real(kind=real32), allocatable:: rr1(:)
real(kind=real32) :: rt
real(kind=real32) :: r1(4)
integer(kind=int32) :: it
integer(kind=int32) :: i1(4)
integer(kind=int32), allocatable:: i1t(:)
integer(kind=int64) :: it_64
integer(kind=int64) :: i1_64(4)
integer(kind=int64), allocatable:: i1t_64(:)
integer(kind=HSIZE_T), allocatable:: dims(:)
integer :: i
character(len=*), parameter:: fn ='test_scalar.h5'