mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-27 08:01:04 +08:00
08e115b7d8
* Added new wrappers for h5get_free_list_sizes_f H5Sselect_intersect_block_f H5Sselect_shape_same_f h5pget_no_selection_io_cause_f h5pget_mpio_no_collective_cause_f H5Lvisit_by_name_f H5Lvisit_f H5Fget_info_f h5dwrite_chunk_f h5dread_chunk_f * added h5pget_file_space_page_size_f, h5pset_file_space_page_size_f, h5pget_file_space_strategy_f, h5pset_file_space_strategy_f, h5info tests * added fortran tests * Update tH5F.F90
36 lines
1.2 KiB
Fortran
36 lines
1.2 KiB
Fortran
!****h* ROBODoc/THDF5_F03
|
|
!
|
|
! NAME
|
|
! MODULE THDF5_F03
|
|
!
|
|
! FILE
|
|
! src/fortran/test/tHDF5_F03.f90
|
|
!
|
|
! PURPOSE
|
|
! This is the test module used for testing the Fortran2003 HDF
|
|
! library APIS.
|
|
!
|
|
! COPYRIGHT
|
|
! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
! Copyright by The HDF Group. *
|
|
! All rights reserved. *
|
|
! *
|
|
! This file is part of HDF5. The full HDF5 copyright notice, including *
|
|
! terms governing use, modification, and redistribution, is contained in *
|
|
! the COPYING file, which can be found at the root of the source code *
|
|
! distribution tree, or in https://www.hdfgroup.org/licenses. *
|
|
! If you do not have access to either file, you may request a copy from *
|
|
! help@hdfgroup.org. *
|
|
! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
!
|
|
!*****
|
|
|
|
MODULE THDF5_F03
|
|
USE TH5_MISC
|
|
USE TH5E_F03
|
|
USE TH5L_F03
|
|
USE TH5O_F03
|
|
USE TH5P_F03
|
|
USE TH5T_F03
|
|
END MODULE THDF5_F03
|