diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2005-01-27 04:27:55 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2005-01-27 04:27:55 (GMT) |
commit | b2d9f7f726426e184e6894b21ff05a0c963e23ac (patch) | |
tree | 17a6a4c76f6a7720d628001ed1a9edebe2e3ebb3 /release_docs/RELEASE.txt | |
parent | 8b917152caa349285b071a7eb49e032d857c72f5 (diff) | |
download | hdf5-b2d9f7f726426e184e6894b21ff05a0c963e23ac.zip hdf5-b2d9f7f726426e184e6894b21ff05a0c963e23ac.tar.gz hdf5-b2d9f7f726426e184e6894b21ff05a0c963e23ac.tar.bz2 |
[svn-r9875] Purpose: Update for C++ library
Description:
Added a note about the temporary workaround of using flag
--instantiate=local for pgCC.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index d53d2a8..79ae05a 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -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. |