File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,13 @@ 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.1.3 -- January , 2018
56+ 2.1.3 -- February , 2018
5757----------------------
5858
5959Bug fixes/minor improvements:
6060- Update internal PMIx version to 1.2.5.
61+ - Fix a problem with ompi_info reporting using param option.
62+ Thanks to Alexander Pozdneev for reporting.
6163- Correct PMPI_Aint_{add|diff} to be functions (not subroutines)
6264 in the Fortran mpi_f08 module.
6365- Fix a problem when doing MPI I/O using data types with large
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Much, much more information is also available in the Open MPI FAQ:
6868===========================================================================
6969
7070The following abbreviated list of release notes applies to this code
71- base as of this writing (January 2018):
71+ base as of this writing (February 2018):
7272
7373General notes
7474-------------
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ release=3
2626# requirement is that it must be entirely printable ASCII characters
2727# and have no white space.
2828
29- greek=a1
29+ greek=rc1
3030
3131# If repo_rev is empty, then the repository version number will be
3232# obtained during "make dist" via the "git describe --tags --always"
@@ -86,13 +86,13 @@ date="Unreleased developer copy"
8686
8787libmpi_so_version=30:2:10
8888libmpi_cxx_so_version=30:0:10
89- libmpi_mpifh_so_version=31:1:11
90- libmpi_usempi_tkr_so_version=30:1:10
91- libmpi_usempi_ignore_tkr_so_version=30:1:10
92- libmpi_usempif08_so_version=30:1:10
89+ libmpi_mpifh_so_version=32:0:12
90+ libmpi_usempi_tkr_so_version=31:0:11
91+ libmpi_usempi_ignore_tkr_so_version=31:0:11
92+ libmpi_usempif08_so_version=31:0:11
9393
94- libopen_rte_so_version=30:2 :10
95- libopen_pal_so_version=30:2 :10
94+ libopen_rte_so_version=30:3 :10
95+ libopen_pal_so_version=30:3 :10
9696libmpi_java_so_version=30:0:10
9797liboshmem_so_version=30:2:10
9898libompitrace_so_version=30:0:10
You can’t perform that action at this time.
0 commit comments