From d59b4c5a74394dcf6fd146269107bba0192e090f Mon Sep 17 00:00:00 2001 From: David Ozog Date: Thu, 7 Nov 2024 18:38:58 -0500 Subject: [PATCH] Release: NEWS for v1.5.3 and version update --- NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e700d5fc..074a09eb 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,18 @@ Sandia OpenSHMEM NEWS -- history of user-visible changes. +v1.5.3 +------ +- This full release includes the changes listed below for v1.5.3rc1 and the + following additional changes. +- Fixed bugs in shmem_team_split_strided and shmem_team_split_2d operations. +- Improve team wraparound sequence detection that causes undefined behavior. +- Included -lpmi_simple in LDFLAGS when simple PMI is enabled. +- Moved the warning that SOS could not detect any NICs with affinity to the + process to SHMEM_DEBUG output. +- Additional bugfixes, including a fix for collectives with the OFI CXI + provider and team-relative PE numbering for signal add and set. + v1.5.3rc1 --------- - Added several enhancements to better support SOS as a backend for IntelĀ® SHMEM. diff --git a/configure.ac b/configure.ac index 6c99d376..121e6247 100755 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ dnl Init Autoconf/Automake/Libtool -AC_INIT([Sandia OpenSHMEM], [1.5.3rc1], [https://github.com/Sandia-OpenSHMEM/SOS/issues], [sandia-openshmem], [https://github.com/Sandia-OpenSHMEM/SOS]) +AC_INIT([Sandia OpenSHMEM], [1.5.3], [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])