Skip to content

Commit

Permalink
Merge pull request #1043 from davidozog/pr/v1.5.1rc1
Browse files Browse the repository at this point in the history
Update version numbers and NEWS for v1.5.1rc1
  • Loading branch information
David Ozog authored Feb 7, 2022
2 parents 090bb74 + 4e20b9e commit 2545682
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

Sandia OpenSHMEM NEWS -- history of user-visible changes.

v1.5.1rc1
---------

- Added deprecation warnings for shmem_barrier, active-set reductions, and
other deprecated routines, such as the 32/64-bit collectives.
- Removed usage of deprecated APIs in shmem_perf_suite, apps, and spec-examples
- Added missing types for the OpenSHMEM v1.5 reductions (e.g., fixed-width
integers, ptrdiff_t, size_t, and schar).
- Fixed an incorrect function signature for shmem_team_get_config().
- Resolved some critical issues with the UCX transport.
- Updated upstream configuration scripts from OpenMPI for UCX, PMI, etc.
- Fixed issues with the OpenSHMEM teams API (e.g. team-based broadcasts now
update the destination object on all PEs including the root).
- Corrected the return value for shmem_test_all and shmem_test_all_vector.
- Added support for shmem_signal_wait_until.
- Resolved a critical build issue on Mac OSX.
- Fixed several issues in the SOS unit tests and updated them to use the
OpenSHMEM v1.5 APIs.
- Migrated SOS continuous integration from Travis CI to Github
Actions and Workflows.

v1.5.0
------
- This full release includes the changes listed below for v1.5.0rc1 and the
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

dnl Init Autoconf/Automake/Libtool

AC_INIT([Sandia OpenSHMEM], [1.5.0], [https://github.com/Sandia-OpenSHMEM/SOS/issues], [sandia-openshmem], [https://github.com/Sandia-OpenSHMEM/SOS])
AC_INIT([Sandia OpenSHMEM], [1.5.1rc1], [https://github.com/Sandia-OpenSHMEM/SOS/issues], [sandia-openshmem], [https://github.com/Sandia-OpenSHMEM/SOS])
AC_PREREQ([2.60])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_MACRO_DIR([config])
Expand Down
4 changes: 2 additions & 2 deletions scripts/simple-build-ofi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
set -e

if [ -z "$SOS_VERSION" ] ; then
SOS_VERSION="v1.4.5"
SOS_VERSION="v1.5.0"
fi
if [ -z "$OFI_VERSION" ] ; then
OFI_VERSION="v1.8.1"
OFI_VERSION="v1.14.0"
fi

HYDRA_URL="http://www.mpich.org/static/downloads/3.2.1/hydra-3.2.1.tar.gz"
Expand Down

0 comments on commit 2545682

Please sign in to comment.