From b2d9f7f726426e184e6894b21ff05a0c963e23ac Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Wed, 26 Jan 2005 23:27:55 -0500 Subject: [svn-r9875] Purpose: Update for C++ library Description: Added a note about the temporary workaround of using flag --instantiate=local for pgCC. --- release_docs/RELEASE.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- cgit v0.12