workaround for Intel Fortran
- 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 Windows