summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2005-09-09 18:05:57 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2005-09-09 18:05:57 (GMT)
commit5ef432cd5346f9bfa26962d1e17c547fc9bcf1e3 (patch)
tree05367a5654a1a9230068388b46b4fc345b2498c0 /release_docs
parent58c0cc23a228d2918484271ffc09d91e7e20387c (diff)
downloadhdf5-5ef432cd5346f9bfa26962d1e17c547fc9bcf1e3.zip
hdf5-5ef432cd5346f9bfa26962d1e17c547fc9bcf1e3.tar.gz
hdf5-5ef432cd5346f9bfa26962d1e17c547fc9bcf1e3.tar.bz2
[svn-r11382] Purpose: Maintenance
Description: Documented bug #281 under the "Known porblems" section Solution: Platforms tested: Misc. update:
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 2659a17..9e91d35 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -355,6 +355,12 @@ Footnotes: (1) Using mpich 1.2.6
Known Problems
==============
+* Contiguous or chunked dataset created by a sequential version may
+ not be modified with a parallel version of the library.
+ Use the H5Pset_alloc_time function with H5D_ALLOC_TIME_EARLY to set up the
+ dataset creation property list to avoid the porblem.
+ EIP - 2005/09/09
+
* The dataset created or rewritten with the v1.6.3 library or after can't
be read with the v1.6.2 library or before when Fletcher32 EDC(filter) is
enabled. There was a bug in the calculating code of the Fletcher32
@@ -364,6 +370,7 @@ Known Problems
longer the same as before on little-endian system. The library release
after 1.6.4 can still read the dataset created or rewritten with the library
of v1.6.2 or before. SLU - 2005/7/8
+
* For the version 6(6.02 and 6.04) of Portland Group compiler on AMD Opteron
processor, there's a bug in the compiler for optimization(-O2). The library
failed in several tests but all related to multi driver. The problem has