test_shape Program

Uses

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

This program shows how HDF5 dimension orders are distinct in different languages


Contents


Variables

Type AttributesNameInitial
type(hdf5_file) :: h
character(len=*), parameter:: path ='test_shape.h5'
integer(kind=HSIZE_T), allocatable:: dims(:)
integer :: d2(3,4)
integer :: d7(2,1,3,4,7,6,5)