From 3cbd8ed91771304e6cb1d83d483d9bf9ad4540e9 Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Wed, 26 Jan 2005 22:52:19 -0500 Subject: [svn-r9874] Purpose: Update for C++ library Description: Added a note about the temporary workaround of using flag --instantiate=local for pgCC. --- release_docs/RELEASE.txt | 8 +++++--- 1 file 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 -- cgit v0.12