summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-06-25 12:14:38 (GMT)
committerGitHub <noreply@github.com>2021-06-25 12:14:38 (GMT)
commitfa37041423ebcf6610b84741e332187fedf5d889 (patch)
tree16028f2e19ed2b480ff83723fa3b25d427a5e658
parent11d4ac46ca463d40671e59dd818f52021f1b9e6e (diff)
downloadhdf5-fa37041423ebcf6610b84741e332187fedf5d889.zip
hdf5-fa37041423ebcf6610b84741e332187fedf5d889.tar.gz
hdf5-fa37041423ebcf6610b84741e332187fedf5d889.tar.bz2
Updates RELEASE.txt with C++ config changes (#802)
-rw-r--r--release_docs/RELEASE.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 0f23b8a..0f71efc 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -47,6 +47,30 @@ New Features
Configuration:
-------------
+ - Adds C++ Autotools configuration file for Intel
+
+ * Checks for icpc as the compiler
+ * Copies most non-warning flags from intel-flags
+
+ (DER - 2021/06/02)
+
+ - Adds C++ Autotools configuration file for PGI
+
+ * Checks for pgc++ as the compiler name (was: pgCC)
+ * Other options basically match new C options (below)
+
+ (DER - 2021/06/02)
+
+ - Updates PGI C options
+
+ * -Minform set to warn (was: inform) to suppress spurious messages
+ * Sets -gopt -O2 as debug options
+ * Sets -O4 as 'high optimization' option
+ * Sets -O0 as 'no optimization' option
+ * Removes specific settings for PGI 9 and 10
+
+ (DER - 2021/06/02)
+
- Added an option to make the global thread-safe lock a recursive R/W lock
Prior to this release, the HDF5 library supported multi-threaded