summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2011-10-13 20:25:17 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2011-10-13 20:25:17 (GMT)
commitb0dceeb6a9dab3a283875f3533a1638135733804 (patch)
tree6a0f27bbac8ec3e0bf87b1fbcdb15228049d303d /release_docs
parent6f50b718192e2b6c7be0cea3c631bad2f1e3c128 (diff)
downloadhdf5-b0dceeb6a9dab3a283875f3533a1638135733804.zip
hdf5-b0dceeb6a9dab3a283875f3533a1638135733804.tar.gz
hdf5-b0dceeb6a9dab3a283875f3533a1638135733804.tar.bz2
[svn-r21551] Maintenance: Addressed HDFFV-915 - investigate if H5open and H5close are needed in the corresponding
Fortran wrappers. Solutions: The calls were not needed and were removed from the C stubs h5open_c and h5close_c for the correspnding Fortran subroutines h5open_f and h5close_f. Platforms tested: jam with gcc and gfortran, PGI and Intel koala with PGI and Intel linew with the standard Sun compilers
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index e88cf24..9d90abf 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -210,7 +210,10 @@ Bug Fixes since HDF5-1.8.7
F90 API
------
- - None
+ - Modified the h5open_f and h5close_f subroutines to not to call H5open and
+ H5close correspodningly. While the H5open call just adds overhead, the H5close
+ call called by an Fortran application shuts down the HDF5 library making
+ it unaccessible to the application. HDFFV-915 (EIP & SB - 2011/10/13)
C++ API
------