ifort has a quirk over the past versions including current where it doesn't realize a function is intrinsic--in this case rank(). it's harmless to explicitly declare this. give hint where to find HDF5 for Intel Fortran on Window
CMake: fix bug in cmake_fortran_flags syntax increase robustness of FindHDF5, especially for HDF5 1....
simplify and correct the logic used to autobuild HDF5 remove shaky, broken GNU Octave tes
Since h5cc compiler wrappers are optional, search only HDF5_ROOT when specified, otherwise Anaconda ...
For the simplest possible Fortran interface to HDF5, we added the h5save and h5read subroutines. use...
Improving error handling by checking for more unexpected conditions like data types not handled by t...
We provide an internal FindHDF5.cmake while waiting for CMake itself to update their FindHDF5.cmake ...
To complete the v2.x release breaking changes, rename top level module to h5fortran. Made the shaky,...
harmonize layout with h5fortran fail if HDF5 is broken and h5fortran is the main project
ierr optional--will error stop if ierr not present and HDF5 error occurs make h5fortran functions no...
fixed BUG: reading into an array slice failed due to bug in C-Fortran interface. This has been fixed...
Lightweight HDF5 polymorphic Fortran: h5write() h5read()If you use this software, please cite it as ...
Since each rank needs a subroutine (and select rank wouldn't help much for this) we use generated c...
beta: workaround for HDFGroup HDF5 CMake bugs to allow HDF5 autobuild. Tested with Intel Fortran (W...
updated HDF5 dep in Meson removes need for lengthy manual find. Improved test robustness
general code quality via use of Fortran 2018 implicit none (external) fix bug where on some systems ...
CMake: fix bug in cmake_fortran_flags syntax increase robustness of FindHDF5, especially for HDF5 1....
simplify and correct the logic used to autobuild HDF5 remove shaky, broken GNU Octave tes
Since h5cc compiler wrappers are optional, search only HDF5_ROOT when specified, otherwise Anaconda ...
For the simplest possible Fortran interface to HDF5, we added the h5save and h5read subroutines. use...
Improving error handling by checking for more unexpected conditions like data types not handled by t...
We provide an internal FindHDF5.cmake while waiting for CMake itself to update their FindHDF5.cmake ...
To complete the v2.x release breaking changes, rename top level module to h5fortran. Made the shaky,...
harmonize layout with h5fortran fail if HDF5 is broken and h5fortran is the main project
ierr optional--will error stop if ierr not present and HDF5 error occurs make h5fortran functions no...
fixed BUG: reading into an array slice failed due to bug in C-Fortran interface. This has been fixed...
Lightweight HDF5 polymorphic Fortran: h5write() h5read()If you use this software, please cite it as ...
Since each rank needs a subroutine (and select rank wouldn't help much for this) we use generated c...
beta: workaround for HDFGroup HDF5 CMake bugs to allow HDF5 autobuild. Tested with Intel Fortran (W...
updated HDF5 dep in Meson removes need for lengthy manual find. Improved test robustness
general code quality via use of Fortran 2018 implicit none (external) fix bug where on some systems ...
CMake: fix bug in cmake_fortran_flags syntax increase robustness of FindHDF5, especially for HDF5 1....
simplify and correct the logic used to autobuild HDF5 remove shaky, broken GNU Octave tes
Since h5cc compiler wrappers are optional, search only HDF5_ROOT when specified, otherwise Anaconda ...