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

Commit e319b0f

Browse files
committed
NEWS: Add "known issues" section for v2.0.0
Signed-off-by: Jeff Squyres <[email protected]>
1 parent 36437f5 commit e319b0f

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

NEWS

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,52 @@ Removed legacy support:
129129
- Removed support for Alpha processors.
130130
- Removed --enable-mpi-profiling configure option.
131131

132+
Known issues (to be addressed in v2.0.1):
133+
134+
- See the list of fixes slated for v2.0.1 here:
135+
https://github.com/open-mpi/ompi/milestone/16, and
136+
https://github.com/open-mpi/ompi-release/milestone/16
137+
(note that the "ompi-release" Github repo will be folded/absorbed
138+
into the "ompi" Github repo at some point in the future)
139+
140+
- ompi-release#986: Fix data size counter for large ops with fcoll/static
141+
- ompi-release#987: Fix OMPIO performance on Lustre
142+
- ompi-release#1013: Fix potential inconsistency in btl/openib default settings
143+
- ompi-release#1014: Do not return MPI_ERR_PENDING from collectives
144+
- ompi-release#1056: Remove dead profile code from oshmem
145+
- ompi-release#1081: Fix MPI_IN_PLACE checking for IALLTOALL{V|W}
146+
- ompi-release#1081: Fix memchecker in MPI_IALLTOALLW
147+
- ompi-release#1081: Support MPI_IN_PLACE in MPI_(I)ALLTOALLW and MPI_(I)EXSCAN
148+
- ompi-release#1107: Allow future PMIx support for RM spawn limits
149+
- ompi-release#1108: Fix sparse group process reference counting
150+
- ompi-release#1109: If specified to be oversubcribed, disable binding
151+
- ompi-release#1122: Allow NULL arrays for empty datatypes
152+
- ompi-release#1123: Fix signed vs. unsigned compiler warnings
153+
- ompi-release#1123: Make max hostname length uniform across code base
154+
- ompi-release#1127: Fix MPI_Compare_and_swap
155+
- ompi-release#1127: Fix MPI_Win_lock when used with MPI_Win_fence
156+
- ompi-release#1132: Fix typo in help message for --enable-mca-no-build
157+
- ompi-release#1154: Ensure pairwise coll algorithms disqualify themselves properly
158+
- ompi-release#1165: Fix typos in debugging/verbose message output
159+
- ompi-release#1178: Fix ROMIO filesystem check on OpenBSD 5.7
160+
- ompi-release#1197: Fix Fortran pthread configure check
161+
- ompi-release#1205: Allow using external PMIx 1.1.4 and 2.0
162+
- ompi-release#1215: Fix configure to support the NAG Fortran compiler
163+
- ompi-release#1220: Fix combiner args for MPI_HINDEXED_BLOCK
164+
- ompi-release#1225: Fix combiner args for MPI_DARRAY
165+
- ompi-release#1226: Disable old memory hooks with recent gcc versions
166+
- ompi-release#1231: Fix new "patcher" support for some XLC platforms
167+
- ompi-release#1244: Fix Java error handling
168+
- ompi-release#1250: Ensure TCP is not selected for RDMA operations
169+
- ompi-release#1252: Fix verbose output in coll selection
170+
- ompi-release#1253: Set a default name for user-defined MPI_Op
171+
- ompi-release#1254: Add count==0 checks in some non-blocking colls
172+
- ompi-release#1258: Fix "make distclean" when using external pmix/hwloc/libevent
173+
- ompi-release#1260: Clean up/uniform mca/coll/base memory management
174+
- ompi-release#1261: Remove "patcher" warning message for static builds
175+
- ompi-release#1263: Fix IO MPI_Request for 0-size read/write
176+
- ompi-release#1264: Add blocking fence for SLURM operations
177+
132178
Bug fixes / minor enhancements:
133179

134180
- Updated internal/embedded copies of third-party software:

0 commit comments

Comments
 (0)