summaryrefslogtreecommitdiffstats
path: root/doc/html
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2005-01-30 23:25:48 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2005-01-30 23:25:48 (GMT)
commit29f00f779ddc337639d208e64378ad7f789e72e1 (patch)
tree928bcbc366f2664681671f4e626416659e3d2a2a /doc/html
parent86511a561d86663f2e111cd7c1e00a782bf07ac3 (diff)
downloadhdf5-29f00f779ddc337639d208e64378ad7f789e72e1.zip
hdf5-29f00f779ddc337639d208e64378ad7f789e72e1.tar.gz
hdf5-29f00f779ddc337639d208e64378ad7f789e72e1.tar.bz2
[svn-r9889] Snapshot version 1.6 release 4 (snap5)
Diffstat (limited to 'doc/html')
-rw-r--r--doc/html/ADGuide/RELEASE.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index 4d63ec3..0ca9bbf 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.6.4-snap4 released on Sun Jan 23 18:03:43 CST 2005
+HDF5 version 1.6.4-snap5 released on Sun Jan 30 18:23:26 CST 2005
================================================================================
@@ -435,6 +435,12 @@ Known Problems
occasionally as 1**-308. This has been reported to the system staff.
All other tests have passed.
+* The C++ library's tests fails when compiling with PGI C++ compiler. The
+ workaround until the problem is correctly handled is to use the
+ flag "--instantiate=local" prior to the configure and build steps, as:
+ setenv CXX "pgCC --instantiate=local" for pgCC 5.02 and higher
+ setenv CXX "pgCC -tlocal" for others
+
* On at least one system, (SDSC DataStar), the scheduler (in this case
LoadLeveler) sends job status updates to standard error when you run
any executable that was compiled with the parallel compilers.