diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2005-01-27 03:52:19 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2005-01-27 03:52:19 (GMT) |
commit | 3cbd8ed91771304e6cb1d83d483d9bf9ad4540e9 (patch) | |
tree | fbbde0923dda2a4101a36eaffcb7db40e2c2fd47 /release_docs | |
parent | 743cddcd9d7387a404828ce9504cc3ae2b7df8f4 (diff) | |
download | hdf5-3cbd8ed91771304e6cb1d83d483d9bf9ad4540e9.zip hdf5-3cbd8ed91771304e6cb1d83d483d9bf9ad4540e9.tar.gz hdf5-3cbd8ed91771304e6cb1d83d483d9bf9ad4540e9.tar.bz2 |
[svn-r9874] 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')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 7c82a6c..3b20d33 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -595,9 +595,11 @@ Known Problems Ask your system administrator to clean them out. Lastly, request IBM to provide a mean to run poe without the debug socket. -* PGI C++ compiler fails when compiling the C++ library's tests. - Therefore, we cannot verify that the C++ library built with the PGI C++ - compiler is correct. +* 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 * The h5dump tests may fail to match the expected output on some platforms (e.g. parallel jobs, Windows) where the error messages directed to |