Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates RELEASE.txt with C++ config changes #802

Merged
merged 1 commit into from
Jun 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down