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
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
Loading