summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2008-11-10 19:51:36 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2008-11-10 19:51:36 (GMT)
commit5ffd94a3de55688f83ee00400d14d35af9b3741b (patch)
tree964ac3dff72d4e9ab9947aa7522f797049d1bf72
parente68e7d3e41826637e6bf3c5124bbd4f4885b77a0 (diff)
downloadhdf5-5ffd94a3de55688f83ee00400d14d35af9b3741b.zip
hdf5-5ffd94a3de55688f83ee00400d14d35af9b3741b.tar.gz
hdf5-5ffd94a3de55688f83ee00400d14d35af9b3741b.tar.bz2
[svn-r16053] Updated with AIX and Cray XT3 information.
-rw-r--r--release_docs/RELEASE.txt61
1 files changed, 40 insertions, 21 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 81939a2..194989d 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -279,11 +279,15 @@ Platforms Tested
================
The following platforms and compilers have been tested for this release.
+ AIX 5.3 xlc 7.0.0.8
+ xlf 09.01.0000.0008
+ xlC 7.0.0.8
+ mpcc_r 7.0.0.8
+ mpxlf_r 09.01.0000.0008
+
Cray XT3 (2.0.41) cc (pgcc) 7.1-4
(red storm) ftn (pgf90) 7.1-4
CC (pgCC) 7.1-4
- mpicc 1.0.2
- mpif90 1.0.2
FreeBSD 6.3-STABLE i386 gcc 3.4.6 [FreeBSD] 20060305
(duty) g++ 3.4.6 [FreeBSD] 20060305
@@ -392,6 +396,7 @@ Windows XP n y(15) n(15) y y y
Windows XP x64 n y(15) n(15) y y y
Windows Vista n n n y y y
Mac OS X 10.5 Intel n y n y y y
+AIX 5.3 32- and 64-bit n y n y y n
FreeBSD 6.3-STABLE
32&64 bit n y n y y y
RedHat EL4 (3) W y(1) y(10) y(1) y y y
@@ -419,6 +424,7 @@ Windows XP y y(15) y y
Windows XP x64 y y(15) y y
Windows Vista y n n y
Mac OS X 10.5 y n y n
+AIX 5.3 32- and 64-bit n n n n
FreeBSD 6.2 32&64 bit y n y y
RedHat EL4 (3) W y y(10) y y
RedHat EL4 Intel (3) W y y y n
@@ -431,8 +437,8 @@ Linux 2.4 SuSE C
Linux 2.4 SGI Altix C
ia64 Intel y n
Linux 2.6 RHEL C
- Lustre Intel (5) y y y n
-Cray XT3 2.0.41 n n n n n
+ Lustre Intel (5) y y y n
+Cray XT3 2.0.41 n n n n
Notes: (1) Using mpich2 1.0.6.
(2) Using mpich2 1.0.7.
@@ -459,29 +465,42 @@ Cray XT3 2.0.41 n n n n n
Known Problems
==============
+* For Red Storm, a Cray XT3 system, the tools/h5ls/testh5ls.sh and
+ tools/h5copy/testh5copy.sh will fail some of its sub-tests. These sub-tests
+ are expected to fail and should exit with a non-zero code but the yod
+ command does not propagate the exit code of the executables. Yod always
+ returns 0 if it can launch the executable. The test suite shell expects
+ a non-zero for this particular test, therefore it concludes the test has
+ failed when it receives 0 from yod. Skip all the "failing" test for now
+ by changing them as following.
+
+ ======== Original tools/h5ls/testh5ls.sh =========
+ TOOLTEST tgroup-1.ls 1 -w80 -r -g tgroup.h5
+ ======== Change to ===============================
+ echo SKIP TOOLTEST tgroup-1.ls 1 -w80 -r -g tgroup.h5
+ ==================================================
+
+ ======== Original tools/h5copy/testh5copy.sh =========
+ TOOLTEST_FAIL -i $TESTFILE -o $FILEOUT -v -s grp_dsets -d grp_rename
+ TOOLTEST_FAIL -i $TESTFILE -o $FILEOUT -v -s grp_dsets -d /grp_rename/grp_dsets
+ TOOLTEST_FAIL -i $TESTFILE -o $FILEOUT -vp -s /grp_dsets -d /E/F/grp_dsets
+ TOOLTEST_FAIL -i $TESTFILE -o $FILEOUT -vp -s /grp_nested -d /G/H/grp_nested
+ H5LSTEST $FILEOUT
+ ======== Change to ===============================
+ echo SKIP TOOLTEST_FAIL -i $TESTFILE -o $FILEOUT -v -s grp_dsets -d grp_rename
+ echo SKIP TOOLTEST_FAIL -i $TESTFILE -o $FILEOUT -v -s grp_dsets -d /grp_rename/grp_dsets
+ echo SKIP TOOLTEST_FAIL -i $TESTFILE -o $FILEOUT -vp -s /grp_dsets -d /E/F/grp_dsets
+ echo SKIP TOOLTEST_FAIL -i $TESTFILE -o $FILEOUT -vp -s /grp_nested -d /G/H/grp_nested
+ echo SKIP H5LSTEST $FILEOUT
+ ==================================================
+ AKC - 2008/11/10
+
* For Red Storm, a Cray XT3 system, the yod command sometimes gives the
message, "yod allocation delayed for node recovery". This interferes with
test suites that do not expect seeing this message. See the section of "Red
Storm" in file INSTALL_parallel for a way to deal with this problem.
AKC - 2008/05/28
-* For Red Storm, a Cray XT3 system, the tools/h5ls/testh5ls.sh will fail on
- the test "Testing h5ls -w80 -r -g tgroup.h5" fails. This test is
- expected to fail and exit with a non-zero code but the yod command does
- not propagate the exit code of the executables. Yod always returns 0 if it
- can launch the executable. The test suite shell expects a non-zero for
- this particular test, therefore it concludes the test has failed when it
- receives 0 from yod. To bypass this problem for now, change the following
- lines in the tools/h5ls/testh5ls.sh.
- ======== Original =========
- # The following combination of arguments is expected to return an error message
- # and return value 1
- TOOLTEST tgroup-1.ls 1 -w80 -r -g tgroup.h5
- ======== Skip the test =========
- echo SKIP TOOLTEST tgroup-1.ls 1 -w80 -r -g tgroup.h5
- ======== end of bypass ========
- AKC - 2008/05/28
-
* We have discovered two problems when running collective IO parallel HDF5
tests with chunking storage on the ChaMPIon MPI compiler on tungsten, a
Linux cluster at NCSA.