Skip to content

Commit

Permalink
NEWS/README: note that the POWER 7/BE block has been removed.
Browse files Browse the repository at this point in the history
Also note that ARM and POWER users may experience hangs (until
open-mpi#4563 is fixed).

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
  • Loading branch information
jsquyres committed Apr 10, 2018
1 parent 485ae5d commit d0ddf0d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,17 @@ included in the vX.Y.Z section and be denoted as:
(** also appeared: A.B.C) -- indicating that this item was previously
included in release version vA.B.C.

3.1.1 -- TBD
------------

Bug fixes/minor improvements:
- Disable the POWER 7/BE block in configure. Note that POWER 7/BE is
still not a supported platform, but it is no longer automatically
disabled. See
https://github.com/open-mpi/ompi/issues/4349#issuecomment-374970982
for more information.


3.1.0 -- March, 2018
----------------------

Expand Down
9 changes: 9 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,15 @@ General notes
using the clang-4.0 system compiler. A workaround is to build
Open MPI using the GNU compiler.

Platform Notes
--------------

- ARM and POWER users may experience intermittent hangs when Open MPI
is compiled with low optimization settings, due to an issue with our
atomic list implementation. We recommend compiling with -O3
optimization, both for performance reasons and to avoid this hang.


Compiler Notes
--------------

Expand Down

0 comments on commit d0ddf0d

Please sign in to comment.