Skip to content

Commit

Permalink
Release: NEWS for v1.5.3 and version update
Browse files Browse the repository at this point in the history
  • Loading branch information
David Ozog committed Nov 7, 2024
1 parent 5fb1d6e commit d59b4c5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.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])
Expand Down

0 comments on commit d59b4c5

Please sign in to comment.