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

Commit 0e7f033

Browse files
authored
Merge pull request #1322 from hppritcha/topic/update_news_for_2.0.1
NEWS: updates for 2.0.1
2 parents 0958bc4 + 31d74fe commit 0e7f033

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

NEWS

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,75 @@ 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
57+
-----------------------
58+
59+
Bug fixes/minor improvements:
60+
61+
- Short message latency and message rate performance improvements for
62+
all transports.
63+
- Fix shared memory performance when using RDMA-capable networks.
64+
Thanks to Tetsuya Mishima and Christoph Niethammer for reporting.
65+
- Fix OpenSHMEM crash when running on non-Mellanox MXM-based networks.
66+
Thanks to Debendra Das for reporting the issue.
67+
- Fix various runtime issues by updating the PMIx internal component
68+
to v1.15.
69+
- Fix process startup failures on Intel MIC platforms due to very
70+
large entries in /proc/mounts.
71+
- Fix a problem with use of relative path for specifing executables to
72+
mpirun/oshrun. Thanks to David Schneider for reporting.
73+
- Various improvements when running over portals-based networks.
74+
- Fix thread-based race conditions with GNI-based networks.
75+
- Fix a problem with MPI_FILE_CLOSE and MPI_FILE_SET_SIZE. Thanks
76+
to Cihan Altinay for reporting.
77+
- Remove all use of rand(3) from within Open MPI so as not to perturb
78+
applications use of it. Thanks to Matias Cabral and Noel Rycroft
79+
for reporting.
80+
- Fix types for MPI_UNWEIGHTED and MPI_WEIGHTS_EMPTY. Thanks to
81+
Lisandro Dalcin for reporting.
82+
- Correctly report the name of MPI_INTEGER16.
83+
- Add some missing MPI constants to the Fortran bindings.
84+
- Fixed compile error when configuring Open MPI with --enable-timing.
85+
- Correctly set the shared library version of libompitrace.so. Thanks
86+
to Alastair McKinstry for reporting.
87+
- Fix errors in the MPI_RPUT, MPI_RGET, MPI_RACCUMULATE, and
88+
MPI_RGET_ACCUMULATE Fortran bindings. Thanks to Alfio Lazzaro and
89+
Joost VandeVondele for tracking this down.
90+
- Fix problems with use of derived datatypes in non-blocking
91+
collectives. Thanks to Yuki Matsumoto for reporting.
92+
- Fix problems with OpenSHMEM header files when using CMake. Thanks to
93+
Paul Kapinos for reporting the issue.
94+
- Fix problem with use use of non-zero lower bound datatypes in
95+
collectives. Thanks to Hristo Iliev for reporting.
96+
- Fix a problem with memory allocation within MPI_GROUP_INTERSECTION.
97+
Thanks to Lisandro Dalcin for reporting.
98+
- Fix an issue with MPI_ALLGATHER for communicators that don't consist
99+
of two ranks. Thanks to David Love for reporting.
100+
- Various fixes for collectives when used with esoteric MPI datatypes.
101+
- Fixed corner cases of handling DARRAY and HINDEXED_BLOCK datatypes.
102+
- Fix a problem with filesystem type check for OpenBSD.
103+
Thanks to Paul Hargrove for reporting.
104+
- Fix some debug input within Open MPI internal functions. Thanks to
105+
Durga Choudhury for reporting.
106+
- Fix a typo in a configury help message. Thanks to Paul Hargrove for
107+
reporting.
108+
- Correctly support MPI_IN_PLACE in MPI_[I]ALLTOALL[V|W] and
109+
MPI_[I]EXSCAN.
110+
111+
Known issues (to be addressed in v2.0.2):
112+
113+
- See the list of fixes slated for v2.0.2 here:
114+
https://github.com/open-mpi/ompi/milestone/20, and
115+
https://github.com/open-mpi/ompi-release/milestone/19
116+
(note that the "ompi-release" Github repo will be folded/absorbed
117+
into the "ompi" Github repo at some point in the future)
118+
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
56125

57126
2.0.0 -- 12 July 2016
58127
---------------------

0 commit comments

Comments
 (0)