Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 6501c21

Browse files
authored
Merge pull request #1346 from jsquyres/pr/v2.0.1-moar-readme-updates
README and VERSION updates for v2.0.1
2 parents 17bbb5c + 4284bd2 commit 6501c21

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

NEWS

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ included in the vX.Y.Z section and be denoted as:
5353
(** also appeared: A.B.C) -- indicating that this item was previously
5454
included in release version vA.B.C.
5555

56-
2.0.1 -- 23 August 2016
56+
2.0.1 -- 30 August 2016
5757
-----------------------
5858

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

119-
- ompi-release#1014: Do not return MPI_ERR_PENDING from collectives
120-
- ompi-release#1215: Fix configure to support the NAG Fortran compiler
121-
122-
Known issues (to be addressed in v2.1):
123-
124-
- ompi-release#987: Fix OMPIO performance on Lustre
125-
126121
2.0.0 -- 12 July 2016
127122
---------------------
128123

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ release=1
2323
# requirement is that it must be entirely printable ASCII characters
2424
# and have no white space.
2525

26-
greek=rc1
26+
greek=rc2
2727

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

0 commit comments

Comments
 (0)