summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2011-10-13 20:25:32 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2011-10-13 20:25:32 (GMT)
commit711f8f7934acd04ec13407f9911359a19ff90aee (patch)
treebc29601c0da75c0bad517119dbad97e4c67649ec /release_docs
parentffb0f23af213f9f914372a856c6766a9fe87e33f (diff)
downloadhdf5-711f8f7934acd04ec13407f9911359a19ff90aee.zip
hdf5-711f8f7934acd04ec13407f9911359a19ff90aee.tar.gz
hdf5-711f8f7934acd04ec13407f9911359a19ff90aee.tar.bz2
[svn-r21552] 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.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index cac8e6a..1de76b1 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -768,7 +768,12 @@ Bug Fixes since HDF5-1.8.0 release
F90 APIs
--------
-
+ - 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++ APIs
--------