Skip to content

Commit 45e6e7e

Browse files
author
David Ozog
authored
Merge pull request #1158 from davidozog/pr/v1.5.3-NEWS
Release: NEWS for v1.5.3 and version update
2 parents 5fb1d6e + d59b4c5 commit 45e6e7e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

NEWS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

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

5+
v1.5.3
6+
------
7+
- This full release includes the changes listed below for v1.5.3rc1 and the
8+
following additional changes.
9+
- Fixed bugs in shmem_team_split_strided and shmem_team_split_2d operations.
10+
- Improve team wraparound sequence detection that causes undefined behavior.
11+
- Included -lpmi_simple in LDFLAGS when simple PMI is enabled.
12+
- Moved the warning that SOS could not detect any NICs with affinity to the
13+
process to SHMEM_DEBUG output.
14+
- Additional bugfixes, including a fix for collectives with the OFI CXI
15+
provider and team-relative PE numbering for signal add and set.
16+
517
v1.5.3rc1
618
---------
719
- Added several enhancements to better support SOS as a backend for Intel® SHMEM.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
dnl Init Autoconf/Automake/Libtool
1515

16-
AC_INIT([Sandia OpenSHMEM], [1.5.3rc1], [https://github.com/Sandia-OpenSHMEM/SOS/issues], [sandia-openshmem], [https://github.com/Sandia-OpenSHMEM/SOS])
16+
AC_INIT([Sandia OpenSHMEM], [1.5.3], [https://github.com/Sandia-OpenSHMEM/SOS/issues], [sandia-openshmem], [https://github.com/Sandia-OpenSHMEM/SOS])
1717
AC_PREREQ([2.60])
1818
AC_CONFIG_AUX_DIR([config])
1919
AC_CONFIG_MACRO_DIR([config])

0 commit comments

Comments
 (0)