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
15 changes: 5 additions & 10 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ 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.

2.0.1 -- 23 August 2016
2.0.1 -- 30 August 2016
-----------------------

Bug fixes/minor improvements:
Expand All @@ -64,8 +64,10 @@ Bug fixes/minor improvements:
Thanks to Tetsuya Mishima and Christoph Niethammer for reporting.
- Fix OpenSHMEM crash when running on non-Mellanox MXM-based networks.
Thanks to Debendra Das for reporting the issue.
- Fix various runtime issues by updating the PMIx internal component
to v1.15.
- Fix stdin propagation to MPI processes. Thanks to Jingchao Zhang
for reporting the issue.
- Fix various runtime and portability issues by updating the PMIx
internal component to v1.1.5.
- Fix process startup failures on Intel MIC platforms due to very
large entries in /proc/mounts.
- Fix a problem with use of relative path for specifing executables to
Expand Down Expand Up @@ -116,13 +118,6 @@ Known issues (to be addressed in v2.0.2):
(note that the "ompi-release" Github repo will be folded/absorbed
into the "ompi" Github repo at some point in the future)

- ompi-release#1014: Do not return MPI_ERR_PENDING from collectives
- ompi-release#1215: Fix configure to support the NAG Fortran compiler

Known issues (to be addressed in v2.1):

- ompi-release#987: Fix OMPIO performance on Lustre

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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ release=1
# requirement is that it must be entirely printable ASCII characters
# and have no white space.

greek=rc1
greek=rc2

# If repo_rev is empty, then the repository version number will be
# obtained during "make dist" via the "git describe --tags --always"
Expand Down