h5f_flush for fortran

Hello,

I noticed that the h5f_flush function, which exists in the Julia API (as HDF5.API.h5f_flush), does not seem to have an equivalent in the Fortran API. Could anyone provide insight into why the h5f_flush function is not available in the Fortran API? Is there an alternative method in Fortran for achieving the same functionality as h5f_flush in Julia and other languages?

Thank you for your assistance.

The Fortran API is h5fflush_f

1 Like