Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ included in the vX.Y.Z section and be denoted as:
included in release version vA.B.C.


2.0.0 -- 11 July 2016
2.0.0 -- 12 July 2016
---------------------

**********************************************************************
Expand Down
6 changes: 6 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ Compiler Notes
--enable-debug)
pgi-13: 13.10 known GOOD

Users have reported hitting compiler internal errors using pgi-12/13
with the -m32 flag
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have more specific version numbers than this?


- Similarly, there is a known Fortran PGI compiler issue with long
source directory path names that was resolved in 9.0-4 (9.0-3 is
known to be broken in this regard).
Expand Down Expand Up @@ -247,6 +250,9 @@ Compiler Notes
version of the Intel 12.1 Linux compiler suite, the problem will go
away.

- It has been reported that Pathscale 5.0.5 and 6.0.527 compilers
give an internal compiler error when trying to Open MPI.

- Early versions of the Portland Group 6.0 compiler have problems
creating the C++ MPI bindings as a shared library (e.g., v6.0-1).
Tests with later versions show that this has been fixed (e.g.,
Expand Down