Skip to content
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
5 changes: 3 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ This file contains notable changes between releases for each release since
Open MPI 1.0. Because Open MPI maintains multiple release branches at any time,
it is possible for items to appear more than once in the list.

3.0.6 -- January, 2020
----------------------
3.0.6 -- February, 2020
-----------------------

- Fix run-time linker issues with OMPIO on newer Linux distros.
- Allow the user to override modulefile_path in the Open MPI SRPM,
even if install_in_opt is set to 1.
- Properly detect ConnectX-6 HCAs in the openib BTL.
Expand Down
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ release=6
# 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 Expand Up @@ -100,7 +100,7 @@ libompitrace_so_version=40:1:0
# components-don't-affect-the-build-system abstraction.

# OMPI layer
libmca_ompi_common_ompio_so_version=41:3:0
libmca_ompi_common_ompio_so_version=41:4:0

# ORTE layer
libmca_orte_common_alps_so_version=40:1:0
Expand Down